Page 1 of 1

Finding the Transaction ID for a CICS Program.

Posted: Thu Feb 01, 2018 10:05 am
by Rashmi Bansal
Hi All,

If I know the CICS program name, how can I find the transaction-id for the that program?

Re: Finding the Transaction ID for a CICS Program.

Posted: Thu Feb 01, 2018 6:22 pm
by Robert Sample

Code: Select all

CEMT I TRANS(*) PROG(<programname>)
or use CEDC / CEDB / CEDA to find it.