Search the web
Sign In
New User? Sign Up
os390andmvs · OS390 and MVS - For z/OS, OS/390 and MVS System Programmers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
ADRDSSU problems   Message List  
Reply | Forward Message #597 of 637 |

Hello Group,

I am having trouble with ADRDSSU restoring a file to a different name
.
I used this JCL to back up a VSAM file to a 'flat' file as referenced by the
TAPE DD:
DUMP DS(INCLUDE(SYTCBV.DATA.CLSS147.RLSTDB.KSDS)) -
OUTDDNAME(TAPE) -
ALLDATA(*) -
ALLEXCP -
CANCELERROR -
CONCURRENT -
NOTIFYCONCURRENT -
OPTIMIZE(4) -
SPHERE -
TOLERATE(ENQFAILURE) -
WAIT(0,0)

I tried this JCL to restore the 'flat' file:
RESTORE INDDNAME(TAPE) -
DATASET(INCLUDE(SYTCBV.DATA.CLSS147.RLSTDB.KSDS)) -
RENUNC(SYTCBV.DATA.CLSS147.RLSTDB.*,SYTCOV.DATA.CLSS147.RLSTDB.*) -
CANCELERROR -
SPHERE -
TOLERATE(ENQFAILURE) -
WAIT(0,0)

I keep getting this error: ADR730W (001)-FDSRL(01), CLUSTER
SYTCBV.DATA.CLSS147.RLSTDB.KSDS IS OPEN

First I tried to restore to OUTDDNAME and put a DD in that referenced SYTCOV.
It still tried to go out to SYTCBV.

What is the best way to backup a VSAM file to a flat file and then restore it
back? I would like to restore it to something else first as a test.


Thank you, Dave Hansen
Sr. Systems Programmer
Hennepin County










Wed Jan 16, 2008 7:55 pm

hennepin_county
Offline Offline
Send Email Send Email

Forward
Message #597 of 637 |
Expand Messages Author Sort by Date

Hello Group, I am having trouble with ADRDSSU restoring a file to a different name . I used this JCL to back up a VSAM file to a 'flat' file as referenced by...
David.L.Hansen@...
hennepin_county
Offline Send Email
Jan 18, 2008
3:12 am

... RENUNC(SYTCBV.DATA.CLSS147.RLSTDB.*,SYTCOV.DATA.CLSS147.RLSTDB.*) - ... SYTCBV.DATA.CLSS147.RLSTDB.KSDS IS OPEN ... Dave, I use IDCAMS to export a VSAM...
flakyredhead
Offline Send Email
Jan 24, 2008
10:20 pm

Hi, Thank you for your response. I am new to ADRDSSU and found it 'interesting'. I was trying to get away from ADRDSSU renaming the '.index' and '.data' to...
David.L.Hansen@...
hennepin_county
Offline Send Email
Jan 25, 2008
8:55 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help