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

How to browse an UNCATLG dataset?


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

New User


Joined: 03 Aug 2006
Posts: 4
Location: Pune

PostPosted: Sat Apr 10, 2010 8:34 am
Reply with quote

Hi,

I have created a dataset using parameters DISP=(NEW,KEEP,DELETE). Now dataset is created and i want to browse it. How can i browse it?

Note: We can browse by giving VOL=SER information but exactly from where i can get the volume information & how exactly i can browse the above dataset.

Please anyone suggest!!!
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: Sat Apr 10, 2010 9:20 am
Reply with quote

Hello and welcome to the forum,

First - do not use (new, keep, delete) for anything other than a "mail out" tape. Every dataset created shold be cataloged (unless there is some directed reason otherwise).

You created it, so you can see which volser(s) were used in the output of the creating job.

Once you locate the dataset, you can browse it just as any other dasd dataset.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Apr 12, 2010 2:15 pm
Reply with quote

Hi !

You could get the volume information from the JobLog after your Job has ended.
Back to top
View user's profile Send private message
ratneshpurohit

New User


Joined: 03 Aug 2006
Posts: 4
Location: Pune

PostPosted: Mon Apr 12, 2010 4:30 pm
Reply with quote

Thanks a lot!

just one more quick question, how to locate a dataset before browse thru 3.4 option in ISPF menu.

Please suggest!

Thanks
Ratnesh
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Apr 12, 2010 4:45 pm
Reply with quote

I'm confused. According to the JCL reference manual:

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B670/CCONTENTS?SHELF=EZ2ZO10J&DN=SA22-7597-11&DT=20070427231644

Quote:
KEEP implies CATLG.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Mon Apr 12, 2010 5:08 pm
Reply with quote

Kevin, that's only for SMS-managed data sets. IF the data set is not under SMS control, KEEP will retain the allocation on the volume but there will not be a catalog entry created for it. Hence the requirement to know the volume serial it is on to browse / delete / edit the data set.

I do this a lot for system data sets that indirectly cataloged -- create with DISP=(NEW,KEEP) and then do the catalog separately using the appropriate symbolic.
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 HILITE on Browse mode? TSO/ISPF 2
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