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 |
For a CICS-DB2 program, how is the plan referenced?
How do you get data from a task that began with a START command?
how i can enter into cics region in real time.
what is the differences between getting the system time with eibtime and asktime command?
What is interval control and what are some of the CICS commands associated with it?
Can you define attribute byte?
what is the option to be coded on return to associate a transaction identifier with next terminal.
Name the cics command that gives the length of twa area?
list the sequence of steps used to achieve modiication in skip sequential mode?
Explain the term ?MRO? (Multi Region Operation)?
List out all the tables that are a part of cics ?
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)