z/OS JES Application Programming
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Using the RDR procedure

z/OS JES Application Programming
SA32-0987-00

Figure 1 shows the JCL procedure IBM supplies for you to use the internal reader to read jobs from tape, disk, or any QSAM-supported device.

Figure 1. The RDR Procedure
//IEFPROC     EXEC   PGM=IEBEDIT
//SYSUT1      DD     DDNAME=IEFRDER
//IEFRDER     DD     DSN=NULLFILE,DISP=OLD
//SYSUT2      DD     SYSOUT=(A,INTRDR)
//SYSPRINT    DD     SYSOUT=A
//SYSIN       DD     DUMMY

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014