MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Question for restore dump file on difference system

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
ANDY
Beginner


Joined: 07 Feb 2004
Posts: 127
Topics: 67

PostPosted: Thu Dec 01, 2005 4:38 am    Post subject: Question for restore dump file on difference system Reply with quote

Hi,

I use ADRDSSU to dump a few data set at MVS A, and I want to restore these data set at MVS B by using the following JCL:

//RESTORE EXEC PGM=ADRDSSU,REGION=0M
//SYSPRINT DD SYSOUT=*
//TAPE DD DISP=SHR,DSN=USER002.TEST.DUMP
//DASD DD DISP=SHR,UNIT=3390,VOL=SER=DMTD01
//SYSIN DD *
RESTORE INDD(TAPE) -
OUTDD(DASD) -
PURGE
/*

MVS B return following error:

ADR389E (001)-IORT (01), INVALID INPUT ON DDNAME DASD, INPUT DATA SET NOT PRODUCED BY DFDSS OR DFSMSDSS

ADR415W (001)-TDDS (02), NO DATA SETS WERE COPIED, DUMPED, OR RESTORED FROM ANY ...


How can I solve the problem?
_________________
cheers,
Andy
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu Dec 01, 2005 5:39 am    Post subject: Reply with quote

ANDY,

Check this link which explains in detail about the error

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M151/SPTM000247

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group