What is the different ways to initiate a task?
Answers were Sorted based on User's Feedback
Answer / rajkumar
exec cics start end exec.
exec cics return end exec.
to entry in DCT table and initiate atomatic transaction.
entry in PLT table and initiate task.
entry in PCT table.
embedding four character tansid in top left most corner of
the screen.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sahil
Following are the ways to initiate a TRANsaction :
a) Typing TRAN id and pressing enter
b) Once you press a key and control is returned to program in
psuedo-conversational mode
c) Using TRGLEVEL option in Destination Control Table for
TDQ's
d) Defining PF key in PCT table for a program
e) Using START command
f) Using PLT table
| Is This Answer Correct ? | 0 Yes | 0 No |
how do you handle errors in cics programs?
When would you use abend command?
Define TCT.
How can you Define and Install the Maps & Mapset ?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
What is the primary function of the Sign-on Table?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
Explain the mdt in cics?
Which is the macro used for making an entry in the PPT
Where are transient data sets defined to CICS?
What is CECI?
What is the EXEC CICS HANDLE ABEND?