What is a transid and explain the system transid CEMT?
Answer Posted / 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 |
Post New Answer View All Answers
How to get the cursor position when we receive a map?
Explain how do you access the records randomly in tsq?
What are the cics commands associated with task control?
Is length = 0 sufficient to ascertain that the field has been modified?
Explain the logical message in cics?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
What is the use of tdq and tsq?
Kindly specify the pic clause for the hhmmss type of data fields?
Explain the different system tables used in cics?
What are the some important fields in the eib block?
Can you define cics task?
Explain processing program table(ppt)?
Name the three ways available for a program to position the cursor on the screen?
What is the procedure to read a statement from tsq?
What are the recoverable cics resources?