Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
To identify all inputs and outputs in list of procs

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics
Author Message
prabhu118
Currently Banned

New User


Joined: 11 Feb 2008
Posts: 14
Location: Chennai

PostPosted: Thu Mar 20, 2008 5:08 pm    Post subject: To identify all inputs and outputs in list of procs
Reply with quote

Please find the requirement below:

1. To identify programs getting executed in each step and corresponding input and outputs of the same step.

Given is lib which has list of procs.

I have to identify
1. Program getting executed in each step
2. inputs and outputs of each step.

Since number of procs in the lib is large doing it one at a time will take time. Can it be done using icetool or isrsupc utility.
Back to top
View user's profile Send private message
References
PostPosted: Thu Mar 20, 2008 5:08 pm    Post subject: Re: To identify all inputs and outputs in list of procs Reply with quote

enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 2661
Location: italy

PostPosted: Thu Mar 20, 2008 6:28 pm    Post subject: Reply to: To identify all inputs and outputs in list of proc
Reply with quote

You might get away with getting the program names
also with the dataset names ( apart parameter substitution )

but, You will never be able to find out the correct usage for all of them

... You might infer that DISP=(NEW,...) will be output datasets,
but nothing can be said about disp=(OLD,...) disp=(SHR,...)
Back to top
View user's profile Send private message
Bill Dennis

Active User


Joined: 17 Aug 2007
Posts: 277
Location: Iowa, USA

PostPosted: Thu Mar 20, 2008 6:43 pm    Post subject:
Reply with quote

There might also be dynamically allocated files that are not coded in the JCL at all!

We have done reports from SMF type 14(input) and 15(output) records to document programs after they have executed. You could look into that. Otherwise a careful analysis of each program (and called sub programs?) will need to be done.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3221
Location: Brussels once more ...

PostPosted: Fri Mar 21, 2008 2:07 pm    Post subject:
Reply with quote

Bill Dennis wrote:
There might also be dynamically allocated files that are not coded in the JCL at all!

We have done reports from SMF type 14(input) and 15(output) records to document programs after they have executed. You could look into that. Otherwise a careful analysis of each program (and called sub programs?) will need to be done.

I would support this method as being the most accurate.
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8013
Location: 221 B Baker St

PostPosted: Fri Mar 21, 2008 7:29 pm    Post subject:
Reply with quote

Hello,

Do keep in mind that if you use smf data (which i agree is the best source of dataset usage info), you need to pull smf data for the appropriate time-frames.

For example if you pull 10 days of smf info (which is probably a lot of data) from the 15th to the 24th of a month, you would not have the info for all of the month-end jobs. Likewise, there are the "on demand" jobs as well as jobs that are scheduled quarterly or some other long interval that may need to be considered.
Back to top
View user's profile Send private message
Devzee

Senior Member


Joined: 20 Jan 2007
Posts: 709
Location: Hollywood

PostPosted: Fri Mar 21, 2008 8:27 pm    Post subject:
Reply with quote

Quote:
inputs and outputs of each step
Depending on your Batch JCL type the analaysis can vary.
How about Database input and output?
How about message in and out from MQ series?
Back to top
View user's profile Send private message
Moved: Fri Mar 21, 2008 9:00 pm by superk From DFSORT/ICETOOL to Other Mainframe Topics
superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3173
Location: Charlotte,NC USA

PostPosted: Fri Mar 21, 2008 9:01 pm    Post subject: Reply to: To identify all inputs and outputs in list of proc
Reply with quote

Do the mainframe discovery tools (BMC or Tivoli) perform this type of analysis when running a discovery?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics All times are GMT + 6 Hours
Page 1 of 1