5 pts.
 CICS transaction commands
how to check availability of a cics transaction

Software/Hardware used:
ASKED: February 14, 2009  12:15 PM
UPDATED: May 16, 2011  11:38 AM

Answer Wiki:
cemt i tran(transaction name) for transaction cemt i db2e(transaction name) for RCT
Last Wiki Answer Submitted:  May 16, 2011  11:38 am  by  ITMANIA   30 pts.
All Answer Wiki Contributors:  ITMANIA   30 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

IF by “availability” you mean “is the transaction defined to CICS”, then then answer is to check out the Transaction Control Table (nowadays I think you want to use CICS trx CEDC to display valid transactions)

 5,205 pts.