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

How to write REXX/CLIST to list pgms using a DB2 table


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
newtorexx

New User


Joined: 02 Aug 2006
Posts: 3

PostPosted: Wed Aug 02, 2006 7:35 am
Reply with quote

My objective is to obtain a list of programs which are accessing a particular table to INSERT or UPDATE or DELETE or SELECT. I think we can write a REXX or CLIST to achieve this. But, I am new to both and needing help. Will appreciate any help.

Thanks!
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Aug 02, 2006 10:46 am
Reply with quote

You can do that even with SUPERC.

First, search for the Sstring 'EXEC SQL' (you can ignore COBOL comment lines using DPCBCMT option). Then look for the table name and intersect the results.

O.
Back to top
View user's profile Send private message
antonrino.b

New User


Joined: 10 Jan 2006
Posts: 76
Location: Germany

PostPosted: Wed Aug 02, 2006 4:01 pm
Reply with quote

But, When we have the programs in multiple libraries, won't SUPERC take much time to process?

How about using DB2 sysibm tables to get the required pgms?

Thanks,
Antu
Back to top
View user's profile Send private message
newtorexx

New User


Joined: 02 Aug 2006
Posts: 3

PostPosted: Thu Aug 03, 2006 6:57 am
Reply with quote

I am thinking that we have to read/select SYSIBM.SYSPACKDEP and SYSIBM.SYSTABAUTH tables. These tables do have the information. But, do not know how to put the SQL in REXX and CLIST. I just want to use a TSO command something like TSO DB2FIND.

I do not know how to code/compile. Any help will be greatly appreciated.


Thanks
Back to top
View user's profile Send private message
antonrino.b

New User


Joined: 10 Jan 2006
Posts: 76
Location: Germany

PostPosted: Thu Aug 03, 2006 2:12 pm
Reply with quote

Hope you can get the required info here...

Thanks,
Antu
Back to top
View user's profile Send private message
newtorexx

New User


Joined: 02 Aug 2006
Posts: 3

PostPosted: Sun Aug 06, 2006 6:23 am
Reply with quote

Thanks Antu. That helped to some extent.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Load new table with Old unload - DB2 DB2 6
Search our Forums:

Back to Top