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 MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you

2 Answers  


How ENQ and DEQ used in CICS?

0 Answers  


What is quasi rentrancy concept in CICS?

1 Answers   HCL,


What is the name of the facility provided by CICS to free the application program form the problems caused

1 Answers  


when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?

0 Answers   IBM,






the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?

0 Answers   IBM,


What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??

1 Answers   IBM,


Can you define aica abend?

0 Answers  


Explain how do you delete item 3 in a five-item tsq?

0 Answers  


Define floating maps with illustration?

0 Answers  


can anyone tell me about paginglogic in CICS,Please?

2 Answers   TCS,


how do you fire a batch job from a cics txn ?

0 Answers   IBM,


Categories