You can use the Change Request Status Report ($CCFB101) program to print comprehensive summary reports on all:
This report can list the change requests for a single programmer, manager, or application system. It optionally prints the analysis section for closed change requests and the status of logouts, links, moves, and batch jobs associated with each selected change request.
Use the following JCL for the report:
//REPORT JOB ,pgmr,CLASS=X //STEP EXEC PGM=$CCFB101,PARM=‘selected parms’
The default SYSOUT characteristics for the report are:
CLASS=A,DEST=LOCAL,COPIES=1
You can change the SYSOUT characteristics with a DD statement for CCFPRINT in that JCL and defining the SYSOUT:
//REPORT JOB ,pgmr,CLASS=X //STEP EXEC PGM=$CCFB101,PARM=ALL //CCFPRINT DD SYSOUT=1,COPIES=3
If the program library is not in a LNKLST, you must include a STEPLIB to the LIB/CCF load library containing $CCFB101 and $CCFCOMI.
All necessary files are allocated dynamically. The LIB/CCF system master file is dynamically allocated based on the SYSMAST keyword of the $CCFGEN macro.
|
Copyright © 2010 CA.
All rights reserved.
|
|