Production JCL
Below is a sample JCL for production. NFC will assign the job number and execute the procedure (Exec field on line 6) to be used in JCL for each front-end system user. The remote printer number, user ID, and the option to print/suppress the T&A Transmission Confirmation Reports are the only fields completed by the Agency; the other fields are constant and must be included in your JCL as described under Test JCL above.
//XXXXXXXX JOB (2105015396,RMTXXXX--),‘XXXXXXXXXXX’, // CLASS=A,MSGCLASS=A,TIME=10,MSGLEVEL=(0,0) /*ROUTE PRINT Uxxxx /*OUTPUT ST COPIES=1,DEST=LOCAL PROC0010 EXEC NFCPXXXX //STEP0020.TIMEX902 DD * |
See Also |