What is a transid and explain the system transid CEMT?
Answer Posted / 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 View All Answers
Explain how can you accomplish breakpoint in intertest?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
hi,what is the module? how many modules in mainframe based banking projects
What is the tcp in the cisc?
What are the common cics service programs and explain their usage?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
What is a cics task?
What is meant by an AICA ABEND?
What is program reentrance?
What is the procedure to read a statement from tsq?
How to handle exceptional conditions in cics?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
What are the types of processes to create a map in cics?
What are the types of important programs that are used in the cics?
what is the differences between getting the system time with eibtime and asktime command?