identify CICS load vs IMS load



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

identify CICS load vs IMS load

Postby srkmuthu » Mon Jun 03, 2013 3:06 pm

Is it possible to identify whether a load is CICS load or IMS/Batch load from its CSECT information? If so, what CSECT tells us that it is a CICS load and what CSECT tells us that it is IMS/Batch load?
srkmuthu
 
Posts: 4
Joined: Tue May 14, 2013 10:43 am
Has thanked: 0 time
Been thanked: 0 time

Re: identify CICS load vs IMS load

Postby BillyBoyo » Mon Jun 03, 2013 5:09 pm

Are you using the integrated CICS translator in the COBOL compile? If so, there is a bit in one of the Compiler Information Bytes which will be set for that compiler option. Look at the Programming Guide to understand where the Compiler Information Bytes are held in the object code for your COBOL program.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: identify CICS load vs IMS load

Postby enrico-sorichetti » Mon Jun 03, 2013 5:19 pm

why not use a bit of ingenuity ...

find two modules which You know everything about ( a CICS one and an IMS one )
run an AMBLIST along the lines of
//IDR     EXEC PGM=AMBLIST
//SYSPRINT  DD SYSOUT=*
//SYSLIB    DD DISP=SHR,DSN=<YOUR LOAD LIBRARY>
//SYSIN     DD *
  LISTIDR DDN=SYSLIB,MEMBER=<YOUR LOAD MODULE NAME>


and find out Yourself about the differences
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times


Return to CICS

 


  • Related topics
    Replies
    Views
    Last post