IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Restore from tape to Dasd


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jaggp

New User


Joined: 26 Oct 2010
Posts: 12
Location: chennai

PostPosted: Mon Nov 15, 2010 9:21 am
Reply with quote

Hi,

We were trying to restore a dataset from a tape to DASD. During restoration operation we got an error "ADR380E (001)-TDPNV(03), DATA SET Axxxxx.PACK.LOAD NOT PROCESSED, 43. Afer referring the Error code we understood that the dataset is not supported by SMS. Could anyone guide me to make the Dataset Target Volume to be an SMS managed.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Nov 15, 2010 10:33 am
Reply with quote

Hello,

Suggest you work with the storage management people for the system.

They should be involved.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Nov 15, 2010 3:36 pm
Reply with quote

Please show the complete output from the DFdss restore error message.

From my understanding of the mere details posted your analysis may well be incorrect.
Back to top
View user's profile Send private message
jaggp

New User


Joined: 26 Oct 2010
Posts: 12
Location: chennai

PostPosted: Mon Nov 15, 2010 4:03 pm
Reply with quote

Code:
1PAGE 0001     5695-DF175  DFSMSDSS V1R06.0 DATA SET SERVICES     2010.319 15:51
-  RESTORE DATASET(INCLUDE(A201802.PACK.LOAD)) -                         0010000
   INDDNAME(TAPE) OUTDDNAME(DASD)              -                         0011000
   RENAMEU(A201802.**,A255209.**) -                                      0011100
   CATALOG -                                                             0011200
   SPHERE                                       -                        0011300
   TOL(ENQF)                                                             0011400
 ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'RESTORE '   
 ADR109I (R/I)-RI01 (01), 2010.319 15:51:11 INITIAL SCAN OF USER CONTROL STATEME
 ADR016I (001)-PRIME(01), RACF LOGGING OPTION IN EFFECT FOR THIS TASK           
0ADR006I (001)-STEND(01), 2010.319 15:51:11 EXECUTION BEGINS                   
0ADR780I (001)-TDDS (01), THE INPUT DUMP DATA SET BEING PROCESSED IS IN PHYSICAL
                          1 RELEASE 6 MODIFICATION LEVEL 0                     
0ADR380E (001)-TDPNV(03), DATA SET A201802.PACK.LOAD NOT PROCESSED, 43         
0ADR382W (001)-TDDS (01), THE FOLLOWING DATA SETS WERE NOT PROCESSED FROM VOLUME
0                          A201802.PACK.LOAD                                   
0ADR415W (001)-TDDS (01), NO DATA SETS WERE COPIED, DUMPED, OR RESTORED FROM LOG
0ADR415W (001)-TDDS (02), NO DATA SETS WERE COPIED, DUMPED, OR RESTORED FROM ANY
0ADR006I (001)-STEND(02), 2010.319 15:54:09 EXECUTION ENDS                     
0ADR013I (001)-CLTSK(01), 2010.319 15:54:09 TASK COMPLETED WITH RETURN CODE 0008
0ADR012I (SCH)-DSSU (01), 2010.319 15:54:09 DFSMSDSS PROCESSING COMPLETE. HIGHES
                          TASK    001
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Nov 15, 2010 4:09 pm
Reply with quote

since we do not know anything about Your sms setup, we would be simply wasting time with suppositions and most probably useless advice

anyway the reasons for the message is not just the one You posted

Quote:
43
During physical restore or copy, the target volume is SMS-managed, but one of the following situations occurs:
The ACS routine returned NULL storage class.
The user specified BYPASSACS with NULLSTORCLAS.
The user specified BYPASSACS without NULLSTORCLAS, but the source data set was not SMS-managed.
The data set is not supported by SMS.



work with Your storage support group, the are the only one who know the quirks of Your environment
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon Nov 15, 2010 4:35 pm
Reply with quote

Looking at the manual for ADR308E (001) and at your code, I can state without any fear of contradiction that the manual is indeed correct.
Back to top
View user's profile Send private message
Pete Wilson

Active Member


Joined: 31 Dec 2009
Posts: 582
Location: London

PostPosted: Tue Nov 23, 2010 7:15 pm
Reply with quote

Try the NOPACKING keyword
Back to top
View user's profile Send private message
sampatir

New User


Joined: 12 May 2009
Posts: 13
Location: India

PostPosted: Tue Nov 30, 2010 5:57 pm
Reply with quote

Hi,

Simple use a SORT JCL with Tape as SORTIN and target dataset in SORTOUT and SORT FIELD=COPY control card.
Back to top
View user's profile Send private message
jaggp

New User


Joined: 26 Oct 2010
Posts: 12
Location: chennai

PostPosted: Tue Nov 30, 2010 6:01 pm
Reply with quote

thanks it worked
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Nov 30, 2010 6:02 pm
Reply with quote

sampatir wrote:
Simple use a SORT JCL with Tape as SORTIN and target dataset in SORTOUT and SORT FIELD=COPY control card.
What on earth are you gabbling on about.

Please feel free to demonstrate the ancient art of using a sort product to restore a file from a DFdss tape.
Back to top
View user's profile Send private message
jaggp

New User


Joined: 26 Oct 2010
Posts: 12
Location: chennai

PostPosted: Tue Nov 30, 2010 6:10 pm
Reply with quote

I used a parameter TOL(ENQF).
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Deleting a Tape file JCL & VSAM 14
No new posts DASD - non SMS - volser change - VSAM... JCL & VSAM 2
No new posts JCL and TAPE drives: how to maximize ... JCL & VSAM 9
No new posts Restore CSD? CICS 1
No new posts ADR324E-VOL/DATASET SPECIFIED BY DDNA... JCL & VSAM 6
Search our Forums:

Back to Top