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

Help - Needs to get the dataset name list in a dump file


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
quanzhong

New User


Joined: 12 Aug 2008
Posts: 46
Location: china

PostPosted: Sat Jul 16, 2011 9:50 pm
Reply with quote

Hi, All

This is the situation I meet:

Client sent me a dump file (using ADRDSSU to dump), it contains many datasets, as the dumpe file may be very large, and I don't want to restore all files in it out if there's any other way to get full dataset name list in it.

Is there any way to get full dataset name list in it other than restore all files out?

thanks.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Jul 16, 2011 10:02 pm
Reply with quote

very strange that after reading the adrdssu manual You did not realize that
PARM='TYPRUN=NORUN' does exactly that,
simulates a run telling what it would have done and listing the datasets involved!
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Sat Jul 16, 2011 10:02 pm
Reply with quote

Do a full restore using PARM='TYPRUN=NORUN'. Time consuming, but will give a list.

I did have some SAS code that would list off the datasets on a dump dataset, but it only works for DASD dump datasets.
Back to top
View user's profile Send private message
quanzhong

New User


Joined: 12 Aug 2008
Posts: 46
Location: china

PostPosted: Sat Jul 16, 2011 10:35 pm
Reply with quote

thanks all for your kindly help.

hi, expat
what's SAS means? Can the code directly run on MF? or needs other vendor uitility support?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Sat Jul 16, 2011 11:25 pm
Reply with quote

SAS is an independent software vendor package. It is not installed on every mainframe, but it is extremely useful as the vendor has written it to allow access to any type of data possible. It can access sequential files, partitioned data sets, VSAM files, Unix System Services, dumps -- you name it.
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 -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top