What is a transid and explain the system transid CEMT?
Answer / deepika
transaction is an entity that initiates the execution of
task. The transaction identifier identifies the transaction
in CICS.
CEMT:
This is Master Terminal transaction. It is menu driven and
easy-to-use transaction but due to its nature of
manipulating the CICS environment, most of the functions
are restricted to application programmer or end user.
CEMT INQUIRE|SET|PERFORM
CEMT INQ TRAN|PRO|FILE – Display information from
PCT|PPT|FCT
CEMT INW TASK – Display the active running tasks
in the region
CEMT SET command can be used to reset the values of
PCT|PPT|FCT.
PERFORM has to be handled carefully. CEMT PERFORM SHUTDOWN
will shut down the entire CICS region.
Frequently used commands:
CEMT SET PR(PGM-NAME) NEW - To create a new copy of an
application program
CEMT SET DA(file-name) CLO/OPEN - To close/open a
file from CICS.
| Is This Answer Correct ? | 10 Yes | 1 No |
Which is the macro used for making an entry in the PPT
The error code AEIV?
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
Explain the purpose of the program list table?
What are the two outputs created as a result of generation of a map?
when will be use the tdq and tsq??
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
What is the function of DFHMDF BMS macro?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
How do you use extended attributes ?
What are different ways of initiating transaction in CICS ?
Different types of BMS Macros