What is a transid and explain the system transid CEMT?



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

Post New Answer

More CICS Interview Questions

What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

0 Answers  


How can we code a program such that we will never get a MAPFAIL error?

1 Answers   Accenture,


Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?

2 Answers   IBM,


Explain how DSECT parameter is used in BMS ?

0 Answers  


What?s the CICS command used to access current date and time?

1 Answers  






What is meant by program reentrance?

1 Answers   Amdocs,


If -1 is moved to length for more than one field on a map, where will the cursor be positioned?

6 Answers  


How to define a vsam file in cics getting into cics to define a vsam file.

0 Answers  


What is the syncpoint and its use?

1 Answers  


Reading a record from a TSQ will logically delete the record from the Queue (True or False).

1 Answers  


Explain cebr transaction commands?

0 Answers  


When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit

3 Answers  


Categories