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

IMS DC program


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dineshsinghbisht

New User


Joined: 01 Dec 2010
Posts: 2
Location: Pune

PostPosted: Fri Feb 04, 2011 2:42 pm
Reply with quote

Hi, I am new to IMS DC and my query is what is the way to find the whether the particular program is an IMS_DC program or not. Like for CICS we can search for "EXEC CICS".
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Fri Feb 04, 2011 6:52 pm
Reply with quote

Look at the PSB. Look at the program. Look at the linkage section. Do you IOPCB? If you are GU to the message, it is a DC.
Back to top
View user's profile Send private message
dineshsinghbisht

New User


Joined: 01 Dec 2010
Posts: 2
Location: Pune

PostPosted: Thu Feb 10, 2011 6:27 pm
Reply with quote

Thanks for the reply. I don't have PSB information for the program, my requirement is that I need to make some automated mechanism which will check some specific keywords that should present in IMS-DC calls.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Thu Feb 10, 2011 6:43 pm
Reply with quote

So, you will be scanning the COBOL source library? It would be easier to scan the PSB source library.
Back to top
View user's profile Send private message
Kjeld

Active User


Joined: 15 Dec 2009
Posts: 365
Location: Denmark

PostPosted: Fri Feb 11, 2011 4:13 pm
Reply with quote

The shop you are doing this for might have home grown or 3rd party host environment interfaces embedded for their IMS TP environments. You will have to take that into account if you are going to scan for specific source code.

That also goes for the PSB source code. We have for example a lot of PSB definition code that is only assembler macro calls with parameters, that on generation time will be expanded into actual PSB generation code.
Back to top
View user's profile Send private message
Sandy Zimmer

Active Member


Joined: 13 Jun 2007
Posts: 826
Location: Wilmington, DE

PostPosted: Fri Feb 11, 2011 7:36 pm
Reply with quote

Another suggestion - do a /DIS Tran all for each IMS region. Or, /DIS PGM all
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top