Mark S. Baron wrote:

Rosie -

Here's the JCL to load the RIM file (I'm assuming a PUT tape here):

//RIMLOD1 EXEC PGM=IEBCOPY
//SYSPRINT  DD SYSOUT=*
//TAPE      DD DSN=RIMLIB,DISP=SHR,UNIT=TAPEWT,LABEL=(2,SL),
//             VOL=SER=IC####
//DISK      DD DSN=SYS1.PUT05XX.RIMLIB,DISP=(,CATLG),
//             VOL=SER=ZOS000,UNIT=3390,SPACE=(TRK,(30,,44))
//SYSIN     DD *
 COPY INDD=TAPE,OUTDD=DISK

It will load a bunchy of jobs to process the rest of the PUT process through
the RECEIVE

Nit: Right JCL, but this isn't for a PUT tape (we don't have them any more) or even an ESO tape (PUT's replacement). It should work to load a RIMLIB data set from a CBPDO tape, though.

--
John Eells
z/OS Technical Marketing
IBM Poughkeepsie
[EMAIL PROTECTED]

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to