Returns attributes of a particular DB2TRAN which associates a transaction or group of transactions with a DB2ENTRY.
INQUIRE DB2TRAN >>-INQUIRE DB2TRAN--+--------------+--+---------------------+---> '-(data-value)-' '-DB2ENTRY(data-area)-' >--+-----------------+--+-------------------------+-------------> '-PLAN(data-area)-' '-PLANEXITNAME(data-area)-' >--+--------------------+-------------------------------------->< '-TRANSID(data-area)-'
Conditions: END,ILLOGIC,NOTAUTH, NOTFND
This command is threadsafe.
The DB2TRAN is identified by the name it was defined with in CEDA. For RCTs migrated to the CSD, the name is the same as the transaction for which the DB2TRAN is being created.
If a TRANSID is specified on a DB2ENTRY when the DB2ENTRY is installed, CICS installs a DB2TRAN named DFHtttt, where tttt is the TRANSID.
You can also browse through all of the DB2TRANs installed in your system by using the browse options (START, NEXT, and END) on INQUIRE DB2TRAN commands. See Browsing resource definitions for general information about browsing, including syntax, exception conditions, and examples.