Yes John, the DDDF's are defined. "Chase, John" <[EMAIL PROTECTED]> wrote: > -----Original Message----- > From: IBM Mainframe Discussion List On Behalf Of Howard Rifkind > > I'm trying to recieve an ESO tape and using the same JCL > which worked before. However now at what appears to be the > end of the tape there is an SB37 error which doesn't make > sence to be because the ESO tapes are one volume only, If you > have more then one then I used a concatenated DD for the next > and so on. But I don't quite under stand the SB37 error > because there are 5 SMPPTS datasets allocated of which only > one has filled up. > > I have included the JCL I'm using below and would > appericate it if some one could tape a look and tell me if > it's a JCL issue. Thanks. > > //STEP01 EXEC PGM=GIMSMP,PARM='DATE=U' > //SMPCSI DD DISP=SHR,DSN=SMPE.GLOBAL.CSI > //SMPPTS DD DISP=SHR,DSN=SMPE.SMPPTS > //SYSPRINT DD SYSOUT=* > //SMPLOG DD SYSOUT=* > //SMPOUT DD SYSOUT=* > //SMPRPT DD SYSOUT=* > //SMPLOGA DD SYSOUT=* > //SMPLIST DD SYSOUT=* > //SMPHOLD DD DISP=OLD, > // DCB=(RECFM=FB,LRECL=80,BLKSIZE=27920), > // DSN=HOLDDATA, > // VOL=SER=G04501, > // LABEL=(4,NL), > // UNIT=3590-1 > //SMPPTFIN DD DISP=OLD, > // DCB=(RECFM=FB,LRECL=80,BLKSIZE=27920), > // DSN=PTF1, > // VOL=SER=G04501, > // LABEL=(1,NL), > // UNIT=AFF=SMPHOLD > //SMPCNTL DD * > SET BDY (GLOBAL) . > RECEIVE SYSMODS > HOLDDATA . > /*
I don't see the DD statements for SMPPTS1 through SMPPTS5. Do you have DDDEFs defined for them? -jc- ---------------------------------------------------------------------- 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 --------------------------------- Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min. ---------------------------------------------------------------------- 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

