Previous Topic: Sample Output for JCLNeatNext Topic: Using Compiled REXX Routines


Sample Output from SYSTSPRT

The output from any REXX SAY commands or IBM messages will appear in this report output.

Note: See the raw_JCL_processing subroutine in the JCLNeat CAZ1NREX example. This output is produced as a result of the SAY commands in this routine.

Raw Data Processing logic entered Record Count IS: 2 STatement Type IS: JOB Data: //PRODJOB JOB (40100000),'J. DOE',CLASS=W,MSGCLASS=X, Data: // NOTIFY=USERDOE,PRTY=15 Raw Data Processing logic entered Record Count IS: 1 STatement Type IS: COMM Data: //* PRODUCTION PAYROLL JOB Raw Data Processing logic entered Record Count IS: 1 STatement Type IS: EXEC Data: //S0 EXEC PGM=PAYROLL Raw Data Processing logic entered Record Count IS: 3 STatement Type IS: DD Data: //DD1 DD DSN=CAI.PAY.MASTER,DISP=(NEW,CATLG,DELETE), Data: // UNIT=BOGUS,SPACE=(CYL,(500,50),RLSE), Data: // DCB=(RECFM=VB,LRECL=255,BLKSIZE=16320,DSORG=PS)