Howard,

In the message  IEC030I 
B37-04,IFG0554A,SHUUSR3X,STEP01,SYSUT1,0A95,WORK11,SYS06121.T
SYSUT! is the DD statement that is experiencing the B37. Since you don;t 
have as SYUT1 in the JCL it must
be using the one defined in the DDDEFs. 

Either add a SYSUT1 to the JCL with greater size or
use the SMP dialogs to update the space for SYSUT1. You'll find this in 
the DDDEFs for the GLOBAL zone. 

Alan 




Sorry forgot to include this console message:
 
  *IEF233A M 0501,G04501,,SHUUSR3X,STEP01,HOLDDATA
  IEC030I B37-04,IFG0554A,SHUUSR3X,STEP01,SYSUT1,0A95,WORK11,SYS06121.T1
  019.RA000.SHUUSR3X.R0102113
 
  Work11 is 99% free.
 

Howard Rifkind <[EMAIL PROTECTED]> wrote:
  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 .
/*





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