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 |
What does it mean when EIBCALEN is equal to 1 and other values?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
Define the term mro (multi region operation)?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
Explain the function of the load command?
Explain the primary function of the processing program table (ppt)?
What is ENQ?
What is the meaning of the deq command?
What will happen if the TDQ that you want to delete is not in the DCT?
Explain the cics command that is used for reading a record from the tdq?
Can you define cics task?
Which of the following are recoverable CICS resources?