When a job executes, it produces a log file. This log file is named by default:
job-name timestamp .log
timestamp := HHMMSSLL
where HHMMSSLL is the time at which the job was executed (hours, minutes, seconds, and milliseconds).
An example of logfile content is:
Jun 23 16:07:18 2007: Information: Started batch
Jun 23 16:07:19 2007: Information: Starting job "MARTYN3".
Jun 23 16:07:21 2007: Information: Ended job "MARTYN3".
Jun 23 16:07:21 2007: Information: Batch finished normally
|