z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of the TRC parameter

z/OS MVS JCL Reference
SA23-1385-00

//WRTR   JOB    ACNO77,MAEBIRD,MSGCLASS=B
//DS23   OUTPUT DEFAULT=YES,FORMS=STD,CONTROL=PROGRAM,TRC=YES
//STEP1  EXEC   PGM=DLYRPT
//DAILY  DD     SYSOUT=A,CHARS=(GT12,GB12,GI12)

In this example, sysout DD statement DAILY implicitly references the default job-level OUTPUT JCL statement DS23. This OUTPUT JCL statement directs PSF to print the daily report on standard forms, using table reference characters. The sysout data set defined by DD statement DAILY contains carriage control characters in the first character of each logical record and a TRC code in the second character. The TRC characters in the records are 0 to use the font GT12; 1 to use GB12; and 2 to use GI12.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014