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 is the common work area?
What is trigger level in the context of TDQs?
Can you access QSAM (seq ) files from CICS ?
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
If no exception handling is provided in the program, what will happen ?
Name a few CICS programs which are generally used ?
What is the significance of RDO?
What does EIB mean?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
What is the primary function of the Sign-on Table?
Can you use occurs in bms map?