sandip_datta
Active User
Joined: 02 Dec 2003 Posts: 150 Location: Tokyo, Japan
|
|
|
|
You can do this in following way -
For sequential file -
Code: |
//BKUP01 EXEC PGM=ADRDSSU
//SYSPRINT DD SYSOUT=*
//SYSDUMP DD SYSOUT=*
//SYS000 DD DSN=TApe DSN....(+1),
// UNIT=CART,
// DISP=(NEW,CATLG,DELETE),
// LABEL=(1,SL,EXPDT=99000),VOL=(PRIVATE,,,20),
// DCB=(SCISYS.MODEL.DSCB,RECFM=VB,LRECL=32756,BLKSIZE=32760)
//SYSIN DD *
List of DASD Files you need to copy in Tape
/*
|
For VSAM Backup you should use GVEXPORT instead of ADRDSSU. Use the Record length and format as your own.
Before running the job please created the Bakup Tape GDG version.
Regards,
Sandip. |
|