Should your COPY have PURGE?
At this time I don't have access to any DASD to try what you're doing, but
the following using tape works for me:
//SYSIN DD *
DUMP TRKS(0,0,3338,14) -
INDDNAME(DISKIN) -
OUTDDNAME(TAPEOUT) -
CPVOL -
ADMIN
//SYSIN DD *
RESTORE TRACKS(0,0,3338,14) -
INDDNAME(TAPEIN) -
OUTDDNAME(DISKOUT) -
PURGE -
CPVOL -
ADMIN
Regards,
Kevin
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Oswaldo Ferreira de Matos
Sent: Monday, March 20, 2006 5:50 AM
To: [email protected]
Subject: Problem copying VM volumes under z/OS
I'm trying to use DFDSS under z/OS 1.4 to copy my z/VM 51 volumes and I am
getting the
following error message for every volume:
ADR307E (001)-OPNCL(11), UNABLE TO OPEN VOLUME HI8801, 16
>From message guide :
16
The VM-formatted volume does not have an OS-compatible VTOC
beginning on track zero, record five.
I try to format from z/OS, but without success with the copy, but when I
format the output volumes under z/VM (ICKDSF CPVOLUME)
its is OK.
I am using the sysin :
COPY TRACKS(0,0,3338,14) COPYVOLID -
ADMINISTRATOR PURGE -
CPVOLUME -
INDDNAME(ENTRADA) -
OUTDDNAME(SAIDA)
Is it the only way to copy the volumes :
1) Format the volume from z/VM
2) Copy using DFDSS from z/OS
or maybe I can format by z/OS ?
Thanks.
Oswaldo
----------------------------------------------------------------------
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
----------------------------------------------------------------------
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