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

Capturing COBOL job and program names when database


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

New User


Joined: 08 Dec 2022
Posts: 2
Location: United States

PostPosted: Fri Dec 09, 2022 12:44 am
Reply with quote

Not a programmer but need to capture the program and job names that make calls to Adabas. Calls are static so SYSVIEW doesn't capture. I'm told that an Adabas user exit could be coded but how do I capture the program and jobname?

Any other suggestions or ideas? Just capturing date/time and program name would be so helpful. Other details like command,database # and file number would also be useful.
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Sat Dec 24, 2022 11:07 pm
Reply with quote

If ADABAS generates SMF records at your shop, then you can look there.

SMF is comprehensive and thorough. So you will be able to capture all the calls made to ADABAS.
documentation.softwareag.com/adabas/ada825mfr/adamf/dbatasks/smfrecs.htm

Ask your z/OS Systems programmers if you have SMF records enabled for ADABAS. Then you might want to run the SMF records through a software called SAS-MXG to generate reports - your Systems programmers or Capacity/Performance people would be able to generate reports out of SMF via MXG or other software.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Sun Dec 25, 2022 7:41 am
Reply with quote

Can you not do search for or use tools like insync to search a string to get the primary list ?
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top