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

Reply via email to