CICS command to know program name allocated to CICS transaction

4 posts / 0 new
Last post
Anonymous
CICS command to know program name allocated to CICS transaction

 

Can some one tell me the command to know the program name mapped to a 
CICS transaction?
 
For eg
 
  I want to know the name of dataset that is mapped to the CICS trx
  TR01
"; ; ; ;
Offline
Joined: 07/07/2011 - 19:59
program allocated to CICS Tran
CEMT INQ TRAPrograms will reaN(TR01) This will tell you what program will be executed when transaction TR01 is executed. There are no datasets mapped directly to transactions, programs read files/datasets.
Anonymous
RE:CICS command to know program name allocated to CICS transacti

 

To know the program name mapped with a cics trx          
 
CEMT INQUIRE TRAN(TRX NAME)
Anonymous
i think we can view in the

i think we can view in the dfhieblk copy book or debug the program

Log in or register to post comments
Sponsored Listing