by steve-myers » Wed Apr 16, 2014 5:49 am
I think what happened is you copied the volume while it was online on the other system. What you can do is enter these commands on the other system.
VARY dev-addr,OFFLINE
VARY dev-addr,ONLINE
Every direct address volume has a data record called a volume label at a fixed address, cylinder 0, track 0, record 3. The volume label has the disk address of the VTOC and the volume label. The only time this record is read is when the volume is brought online. If the copy process moved the VTOC, which apparently happened with your copy, you have to tell any other systems that can read the device about it.
In general, if you are doing a full volume copy to a volume shared by several systems, you should be certain the volume is offline to the other systems before you start the copy, and vary the device online after the copy is complete. It is possible to copy to an offline volume, but it is difficult. See the appropriate discussion in DFSMSdss Storage Administration for your z/OS release.