On Wed, Jul 9, 2014 at 12:32 PM, Roger Craig <[email protected]> wrote: > We're trying to build a stand-alone restore tape on a virtual tape. Does > anyone know if it is possible to have a NL virtual tape in a TS7700 and if > so, how do you initialize it to NL? Thanks.
I don't know if you _can_ do it, and can't test because we don't have a TS7700. But _if it is possible at all_, then you should be able to: //MAKENL EXEC PGM=IEBGENER //SYSPRINT DD SYSOUT=* //SYSIN DD DUMMY //SYSUT1 DD DUMMY,DCB=(SYS1.MACLIB,DSORG=PS) //SYSUT2 DD DSN=some.dsn, // DISP=(NEW,CATLG),UNIT=ts7700, // LABEL=(1,BLP,EXPDT=99000), // DCB=(SYS1.MACLIB,DSORG=PS) Of course, you must have appropriate authority to do BLP processing. Exactly how is generally shop specific. -- There is nothing more pleasant than traveling and meeting new people! Genghis Khan Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
