Using and Administering

output

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

The syntax is:

output = filename

For example:

output = out.$(jobid)


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