IMSRDR procedure

The IMSRDR procedure is used to read an IMSMSG job into the operating system job stream from direct access storage devices (DASDs).

The JCL shown in Sample DASD procedure to read IMSMSG job reads an IMSMSG job into the operating system job stream from direct access storage devices.

Usage

You can use one of the following methods to specify the name for the IMSRDR procedure. If you do not specify a name for the IMSRDR procedure, IMS uses a default name of IMSRDR as the name of the IMSRDR procedure that is started by the /START REGION command.
  • Specify the PRDR= parameter in the DFSPBxxx member of the IMS PROCLIB data set.
  • Specify the PRDR= parameter in JCL.

A sample IMSRDR procedure is supplied in the ADFSPROC and SDFSPROC library data sets. If you specify the PRDR= parameter in the DFSPBxxx member or in JCL, the name of the sample IMSRDR procedure does not change.

Parameters

The following parameters are valid for the IMSRDR procedure. See Parameter descriptions for IMS procedures for descriptions.

  • CLASS=
  • MBR=
  • NODE2=
  • SYS2=

DD statements

The following DD statements are valid for the IMSRDR procedure. See DD statement descriptions for descriptions.

  • IEFRDER DD
  • SYSIN DD
  • SYSPRINT DD
  • SYSUT1 DD
  • SYSUT2 DD

Sample DASD procedure to read IMSMSG job

//       PROC MBR=IMSMSG,CLASS=A,SYS2=
//IEFPROC EXEC PGM=IEBEDIT
//SYSPRINT DD DUMMY
//SYSUT1   DD DDNAME=IEFRDER
//SYSUT2   DD SYSOUT=(&CLASS,INTRDR),DCB=BLKSIZE=80
//SYSIN    DD DUMMY
//IEFRDER  DD DISP=SHR,
//         DSN=IMS.&SYS2.JOBS(&MBR)