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

how to know which programs(Load module) are used on one lpar


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
farouck

New User


Joined: 12 Apr 2006
Posts: 18
Location: France

PostPosted: Tue Nov 10, 2009 9:02 pm
Reply with quote

Hi,

I wants to know which loads modules cobol are used on one lpar.

With Stats CICS i know which programs was called.

But for the batch, with the record SMF 30-4 i know only loads who are called with exec pgm= .

How can i have all load used in batch?

Pdsman do that but we must suppress them.

Regards,
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: Tue Nov 10, 2009 9:09 pm
Reply with quote

Quote:
How can i have all load used in batch?
This question comes up at least once a week on this forum. Summary answer: you cannot know all load modules being executed in an LPAR since COBOL (among other languages) allows you read a file, move a field from the file record to a variable, and call the subroutine name that is the value of that variable. In other words, unless you collect data at run time from every executing address space on the LPAR, you could be missing modules being executed.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
No new posts Fetch data from programs execute (dat... DB2 3
Search our Forums:

Back to Top