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

Dataset created by which JOB


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

New User


Joined: 15 Mar 2006
Posts: 13

PostPosted: Wed Mar 15, 2006 12:36 am
Reply with quote

I have two queries:

1. How to identify the dataset is created by which Job. ?

2. How to identify what are all the Jobs refered the dataset as input ?

Regards,
Chandra
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Wed Mar 15, 2006 12:44 am
Reply with quote

The system's SMF Type-30 records will have the information you need, if your Systems Programmers have activated the logging of those events.
Back to top
View user's profile Send private message
chandrakanth_s

New User


Joined: 15 Mar 2006
Posts: 13

PostPosted: Wed Mar 15, 2006 1:54 am
Reply with quote

Can you please explain how to check whether my mainframe userid is activated for that.

Also please explain what is SMF Type-30 record, Can you please explain where can I see the SMF Type -30 record
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Wed Mar 15, 2006 2:52 am
Reply with quote

hy chandrakanth_s

SMF is the System Management Facility, which is able to log all activities
on a mainframe, therefore you will have a lot of data (several million records possible) collected on a dayly basis, for controlling or statistical data purposes. your information is in record type-30 as mentioned by superk.

therefore your userid needs no activation,
the facility needs it, you just need the appropriate rights,
on that dataset, which contains that data. --> RACF

your second point, is trickier!
maybe you can identify, which job created, modified or deleted a file,
but it will be impossible to find out if the datasets are used as input
to any program inside any job. if a dataset is used as input to any program, depends completely on the programs logic.
--> DISPostion keyword in job--> i.e. DISP=(NEW,CATLG,DELETE)...

martin9
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 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
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top