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 is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
How can we code a program such that we will never get a MAPFAIL error?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
Explain how DSECT parameter is used in BMS ?
What?s the CICS command used to access current date and time?
What is meant by program reentrance?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
How to define a vsam file in cics getting into cics to define a vsam file.
What is the syncpoint and its use?
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
Explain cebr transaction commands?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit