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)