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 |
What are the common tables in cics and their usage?
what is an MDT in cics
Name the 3 common ways to create maps?
Explain the exact situation, when to use CALL, XCTL and LINK?
how do you execute a background cics txn ?
Explain how to build up lu 6.2 communication?
What is the difference between pseudo-conversational and conversational?
Explain how to handle exceptional conditions in CICS.
when will be use the tdq and tsq??
What are the cics commands associated with task control?
Can you define multiple maps in a BMS mapset?
Name some translator and compile options and explain their meaning?