Hi,
I've dumped some of my data sets via dfdss.These data sets include ordinary
PDS,
load module libraries and VSAM.It's a logical data set dump and the output
is a
PS data set on dasd(recfm=u,lrecl=0,blksize=27998).
Here is my dump JCL:
//TAPE DD DSN=LUOXK.BACKUP,DISP=(NEW,CATLG,DELETE),UNIT=3390,
// VOL=SER=CUSM01,SPACE=(CYL,20)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DUMP OUTDD(TAPE) SHARE -
DS(INCL(LUOXK.**)
/*
Now I want to save this dump to my pc so in the future I can upload it to
another site and restore all my data sets.
First I download it to pc(binary,via ind$file).Then I upload it to another
z/os
with the same way(before upload,I allocate a ps file with recfm=u,lrecl=0,
blksize=27998 on that site).
But when I try to restore from this ps file,DFDSS just gives me the message
that the input data sets is not made from DFDSS so the restore failed.
Hope someone can help me with this.
--
Best Regards,
Johnny Luo
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html