CICS 13 - Functions of CEMT

Functions of CEMT
  • Setting a new copy.
                  Ex: CEMT SET PROG(PGM1) NEW
  • Killing transactions ( Cancellation of transaction)
                  EX: CEMT IN TASK(TRNAME) P
  • Inquiring about transactions and programs
                   CEMT I PGM(PGMNAME) or
                   CEMT I TRAN(TRO1) PGM(PGM1)
                   CEMT I TRAN(TRNAME)
  • Opening & closing of VSAM files.
                   CEMT I FILE (FILENAME)
Previous
Next Post »