Using and Administering

input

Specifies the name of the file to use as standard input (stdin) when your job step runs. If not specified, the file /dev/null is used.

The syntax is:

input = filename

For example:

input = input.$(process)


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]