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 ---------------------------------------------------------------------- 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

