After a batch job completes, where does the output go?
A. Standard error and standard out are written to the files specified by the “-e” and “-o” options, respectively. By default, these files are created in the directory from which the job was submitted. Specify the file names with full paths in order for them to be created in a different location. The default standard error and standard output file names are jobname.ejobID and jobname.ojobID, respectively.