LOGFILE supports the following parameters:
Identifies the data set name of the editor's change log file. This is dynamically allocated. No JCL is needed to reference this dsname
Functions similar to 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.
This example prints the editor's change log records in single record format for all changed, inserted, or deleted records recorded during the editor's 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)
|
Copyright © 2013 CA.
All rights reserved.
|
|