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

VSAM dataset is not getting cataloged


IBM Mainframe Forums -> JCL & VSAM
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
praveensinha
Warnings : 1

New User


Joined: 02 Oct 2009
Posts: 64
Location: Hyd

PostPosted: Thu Apr 15, 2010 12:48 pm
Reply with quote

I am trying to restore a VSAM dataset( its a SCDS) from tape,using following job,

//STEP1 EXEC PGM=ADRDSSU
//SYSPRINT DD SYSOUT=A
//TAPE DD UNIT=TAPE,VOL=SER=******,
// LABEL=(1,SL),DISP=(OLD,KEEP),DSNAME=BACKUP.SCDS.TAPE
//DASD DD UNIT=3390,DISP=(NEW,CATLG)
//SYSIN DD *
RESTORE DATASET(INCLUDE(SCDS.BAKUP)) -
OUTDDNAME(DASD) INDDNAME(TAPE) -
CATALOG

The problem is ,its not getting cataloged on the disk ...
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Apr 15, 2010 12:54 pm
Reply with quote

Doesn't line 14 of the SYSPRINT tell you what the error is. I can't quite see it from here icon_rolleyes.gif
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Apr 15, 2010 12:55 pm
Reply with quote

How bad ! we hope You will be able to fix it soon icon_cool.gif
Back to top
View user's profile Send private message
praveensinha
Warnings : 1

New User


Joined: 02 Oct 2009
Posts: 64
Location: Hyd

PostPosted: Thu Apr 15, 2010 2:29 pm
Reply with quote

2010.104 10:37:39 INITIAL SCAN OF USER CONTROL STATEMENTS COMPLETED
RACF LOGGING OPTION IN EFFECT FOR THIS TASK
2010.104 10:37:39 EXECUTION BEGINS
THE INPUT DUMP DATA SET BEING PROCESSED IS IN PHYSICAL DATA SET FORMAT AND WAS C
1 RELEASE 9 MODIFICATION LEVEL 0
DATA SET CLUSTER MM0343.SCDS.BAKUP COMPONENT MM0343.SCDS.BAKUP.DATA ALLOCATED, O
THE FOLLOWING COMPONENTS FOR CLUSTER MM0343.SCDS.BAKUP ON GS93SA MAY HAVE TO BE
SYSUCAT.TSO.CT1
COMPONENT MM0343.SCDS.BAKUP.DATA
THE FOLLOWING DATA SETS WERE SUCCESSFULLY PROCESSED FROM VOLUME GS9310
MM0343.SCDS.BAKUP MM0343.SCDS.BAKUP.DATA
2010.104 10:37:46 EXECUTION ENDS
2010.104 10:37:46 TASK COMPLETED WITH RETURN CODE 0000
2010.104 10:37:46 DFSMSDSS PROCESSING COMPLETE. HIGHEST RETURN CODE IS 0000
Back to top
View user's profile Send private message
praveensinha
Warnings : 1

New User


Joined: 02 Oct 2009
Posts: 64
Location: Hyd

PostPosted: Thu Apr 15, 2010 2:30 pm
Reply with quote

Is there spl consideration needs to taken care for restoring VSAM DS
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Apr 15, 2010 2:30 pm
Reply with quote

Any chance of the other half
Back to top
View user's profile Send private message
praveensinha
Warnings : 1

New User


Joined: 02 Oct 2009
Posts: 64
Location: Hyd

PostPosted: Thu Apr 15, 2010 2:44 pm
Reply with quote

this all what is present in sysprint
Back to top
View user's profile Send private message
praveensinha
Warnings : 1

New User


Joined: 02 Oct 2009
Posts: 64
Location: Hyd

PostPosted: Thu Apr 15, 2010 3:16 pm
Reply with quote

Any one plz help
Back to top
View user's profile Send private message
praveensinha
Warnings : 1

New User


Joined: 02 Oct 2009
Posts: 64
Location: Hyd

PostPosted: Thu Apr 15, 2010 3:17 pm
Reply with quote

Can VSAM datasets can be uncatalogged...If yes then how to re catalog it
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Apr 15, 2010 3:31 pm
Reply with quote

YES, Read the IDCAMS manual. You can find it by using the "IBM Manuals" button at the top of any page.

DO NOT start a new topic just because your existing topic does not provide the speed of response that you desire.

But then of course, if you actually bothered to supply all of the DFdss SYSPRINT data that was requested you may perhaps have had your question answered.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Apr 15, 2010 4:11 pm
Reply with quote

Why on earth are you using physical DUMP / RESTORE for VSAM.

Perhaps if you used logical instead of physical and used the correct VSAM parameters you would not have these problems.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top