Previous Topic: JCLNeat Original JCL Report


Reformatted JCL Report

This report is a sequential listing of the JCL statements generated by JCLNeat in reformatting the JCL. Each statement line is prefixed with an identifier of OUT. A new page begins when a logical break is encountered in the input stream.

   CA REFORMATED JCL    CA JCLCHECK     SYS: xxxx OUT //PRODJOB JOB (40100000),  00000010 OUT //       'S. BELL',  00000020 OUT //        CLASS=D,   00000030 OUT //        MSGCLASS=X,  00000040 OUT //        NOTIFY=USER02,  00000050 OUT //        PRTY=15   00000060 OUT //**---------------------------------------------------------------*00000070 OUT //**                                                               *00000080 OUT //*   PRODUCTION GENERAL LEDGER JOB                                *00000090 OUT //**                                                               *00000100 OUT //**---------------------------------------------------------------*00000110 OUT //S0   EXEC PGM=GLPGM  00000120 OUT //DD1  DD  DCB=(BLKSIZE=16320,DSORG=PS,LRECL=255,RECFM=VB),  00000150 OUT //         DISP=(NEW,CATLG,   00000160 OUT //         DELETE), 00000170 OUT //         DSN=CAI.GL.MASTER,   00000180 OUT //         SPACE=(CYL,((500,50,  00000190 OUT //         ),RLSE)  00000200 OUT //DD2  DD  DISP=(NEW,CATLG,  00000210 OUT //         DELETE),   00000220 OUT //         DSN=CAI.GL.RATES, 00000230 OUT //         UNIT=CART  00000240 OUT //DD3  DD  DISP=(NEW,CATLG,   00000250 OUT //         DELETE),   00000260 OUT //         DSN=CAI.GL.OUT1,  00000270 OUT //         UNIT=CART   00000280 OUT //DD4  DD  DISP=(NEW,CATLG,   00000290 OUT //         DELETE),  00000300 OUT //         DSN=CAI.GL.OUT2,   00000310 OUT //         UNIT=CART  00000320 OUT //DD5  DD  DISP=(NEW,CATLG,  00000330 OUT //         DELETE),  00000340 OUT //         DSN=CAI.GL.MERGE,   00000350 OUT //         UNIT=CART  00000360 OUT //DD6  DD  DISP=(NEW,CATLG,   00000370 OUT //         DELETE),  00000380 OUT //         DSN=CAI.GL.SPLIT,   00000390 OUT //         UNIT=CART  00000400 OUT //**---------------------------------------------------------------*00000410 OUT //**                                                               *00000420 OUT //*COMMENT DD DSN=BOGUS.DSNAME,DISP=SHR                             00000430 OUT //**                                                               *00000440 OUT //**---------------------------------------------------------------*00000450

This report reflects the changes that were made by the CAZ1NREX EXEC in this section. Specifically UNIT=BOGUS is removed, ddname OBSOLETE is removed, and ddname COMMENT is commented out of the JCL.