John;

  Here is my question for IBMMAIN.

Thanks

[X]
  We wish to establish the capability of loading an ICKDSF and a DF/DSS NL tape 
from VTL for Business Continuance Exercise...

  Do you know of a way to create a non-label tape in a SMS managed Tape 
Library. Do I have to update my ACS routines to allow the creation of a non 
label tape. I have tried the following JCL, and this does not work. Do you have 
any suggestions.

        3 //STEP1    EXEC PGM=ADRDSSU,PARM='UTILMSG=YES'
        4 //SAMODS   DD DSN=SYS1.SADRYLIB,DISP=SHR
        5 //TAPEDD   DD DSN=BDC1.ADRSA.IPLT1,UNIT=3490,LABEL=(,NL,EXPDT=98000),
          //            DISP=(NEW,KEEP),VOL=SER=SAIPL,
          //            DCB=(DSORG=PS,RECFM=U,BLKSIZE=32760,LRECL=32760)
        6 //SYSPRINT DD SYSOUT=*
        7 //SYSIN    DD *
        8 //STEP2    EXEC PGM=ADRDSSU,PARM='UTILMSG=YES'
        9 //SAMODS   DD DSN=SYS1.SADRYLIB,DISP=SHR
       10 //TAPEDD   DD DSN=BDC1.ADRSA.IPLT2,UNIT=3490,LABEL=(,NL,EXPDT=98000),
          //            DISP=(NEW,KEEP),
          //            DCB=(DSORG=PS,RECFM=U,BLKSIZE=32760,LRECL=32760)
       11 //SYSPRINT DD SYSOUT=*
       12 //SYSIN    DD *
 STMT NO. MESSAGE
-
        5 IEF604I EXPDT SUBPARAMETER OF LABEL KEYWORD SPECIFIES ZERO DAYS VALUE
       10 IEF604I EXPDT SUBPARAMETER OF LABEL KEYWORD SPECIFIES ZERO DAYS VALUE
        5 IGD01020I NSL/LTM LABEL TAPES ARE NOT ALLOWED IN TAPE LIBRARY
 AND/OR A NON-LIBRARY VOLUME IS SPECIFIED



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to