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 |
Name some translator and compile options and explain their meaning?
When there are 2 records with the same key specified in a DELETE operation what will happen?
Explain how do you handle errors in cics programs?
What is EIB. How it can be used?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
Name some commands used for CICS file browsing.
explain abt types of maps? and explain
What is the primary function of the Sign-on Table?
Explain the different ways of initiating transaction in cics?
What are the 3 common ways to create maps?
What is the difference between a Symbolic map and Physical map ?
When would you use abend command?