Previous Topic: SyntaxNext Topic: MAP


Parameters

LOGFILE supports the following parameters:

dsname

Identifies the data set name of the change log file. This data set is dynamically allocated. No JCL is needed to reference this dsname

ddname

Functions like the dsname except the ddname refers to the job step's JCL ddname that contains the data set name of the editor's change log file.

Example

This example prints the editor's change log records in single record format for all changed, inserted, or deleted records recorded during the change log file referenced by the MYLOG ddname. LAYOUTFILE needs to reference the layout member that was used during the edit session.

PRINTLOG,
  LOGFILE(MYLOG),
  LAYOUTFILE(LAYOUT),
  FORMAT(SINGLE)