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

How to find all the datasets created by batch


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

Active User


Joined: 23 May 2006
Posts: 166
Location: chennai

PostPosted: Fri Oct 06, 2006 9:25 pm
Reply with quote

hi

is there any means of getting the names of all the datasets created and existing in the system.
my problem is i want to check for some value in all the datasets that are created by the batch. some 200+ jobs are running in batch and thousands of datasets are getting created. i want to get the names of all these datasets ( other than by going to each proc and seeing the datset manually ). icon_cry.gif
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Sat Oct 07, 2006 2:06 am
Reply with quote

It could be a slow process, but you can use option 3.4 (DSLIST) and list the data sets by coding A* for all datasets starting with A, B* for all data
sets starting with B.

Depending on the size of the system catalogue, you may not be able to bring all of the data sets in a display.
Back to top
View user's profile Send private message
maddukurivasu
Warnings : 1

New User


Joined: 14 Apr 2006
Posts: 4

PostPosted: Tue Oct 10, 2006 11:35 am
Reply with quote

here the problem is how find the data set ie autherisation to some other user.I want to know who is the owner of that data set.
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Tue Oct 10, 2006 12:42 pm
Reply with quote

R the datasets are of production? You can use a wildcard to refer all the datasets.
If soooo...the schduler might help you to find out what are the datasets creating thru Jobs.
Back to top
View user's profile Send private message
raak

Active User


Joined: 23 May 2006
Posts: 166
Location: chennai

PostPosted: Wed Nov 01, 2006 1:02 pm
Reply with quote

hi vamsi

the datsets are of production itself. but i dont understand what u mean by 'wildcard'.
also can u explain how the scheduler can be used to find out all the datasets created...
Back to top
View user's profile Send private message
toddnugen

New User


Joined: 01 Nov 2006
Posts: 9

PostPosted: Thu Nov 02, 2006 7:33 am
Reply with quote

Another approach is to write a XREF utility program in few minutes to read JCL procs from endevor or MVS lib and display Job/Step/DSN=... with suitable conditions. icon_wink.gif
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 To find whether record count are true... DFSORT/ICETOOL 6
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Find the size of a PS file before rea... COBOL Programming 13
Search our Forums:

Back to Top