According to your SPOOLDEF statement, the volume name must start with "SPOOL". The VOLUME parameter indicates to JES2 what the spool volume names will be, plus a suffix to ensure they have unique names. The prefix can be up to 5 characters. Any volume name which does not start with that prefix will be rejected by JES2.
Matthew On Thu, 22 May 2014 17:04:11 +0530, Jake anderson <[email protected]> wrote: >Hello All, > > >I am trying to add spool volume with a command : $SSPOOL(TSO11V), but it >gives out me the below error : > >$HASP003 RC=(04),S SPOOL(TSO11V) - CONTAINS AN INVALID >$HASP003 SUBSCRIPT > > >As an initial message from IBM manual : > >04*CONTAINS AN INVALID SUBSCRIPT[, RANGE IS (xxxx-yyyy)]* > >The specified subscript value is either outside the allowable range or is >not defined by your installation. The valid range of the subscript is >displayed. This code can also be displayed if a subscript should have been >specified but was not. > >Currently system has only 1 spool volume and the JES2PARM has the >limitation of 32. > > >JES2PARM > >SPOOLDEF BUFSIZE=3992, > DSNAME=SYS1.HASPACE, > FENCE=NO, > RECINCR=2, > SPOOLNUM=32, > TGBENUM=10, > TGNUM=16288, > TGSIZE=30, > TGWARN=80, > TRKCELL=3, > VOLUME=SPOOL > >Allocation : > >//ALLOC DD DSN=SYS1.HASPACE,DISP=(NEW,KEEP,KEEP), >// SPACE=(CYL,900),UNIT=3390,VOL=SER=TSO11V, >// DCB=(DSORG=PS,RECFM=F,LRECL=4096,BLKSIZE=3992), >// DSNTYPE=LARGE > >Could someone point me where I have gone wrong. > >Jake > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
