LOGFILE supports the following parameters:
Identifies the data set name of the change log file. This data set is dynamically allocated. No JCL is needed to reference this dsname
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.
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)
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|