Examples of using the APPCLOG Utility

Figure 1. Example of JCL to Use the APPCLOG Utility
//IXCAPPCL JOB
//STEP1   EXEC PGM=APPCLOG                                         
//STEPLIB  DD   DSN=SYS1.MIGLIB,DISP=SHR                            
//SYSUDUMP DD   SYSOUT=*                                            
//REPORT   DD   SYSOUT=*,DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160)       
//HELP     DD   DSN=SYS1.SAMPLIB(APPCLOGH),DISP=SHR                 
//PARMS    DD   DUMMY                                               
/*