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 EXEC CICS RETRIEVE ?
are we use the group by clause in cursors?
What is MDT? What are FSET, FRSET ?
how do you execute a background cics txn ?
Once a transient data queue is read, can it be reread?
What is a two Phase commit in CICS?
How would you release control of the record in a READ for UPDATE?
What is the difference between getting the system time with EIBTIME and ASKTIME command?
Can you access QSAM (seq ) files from CICS ?
Sync points cannot be requested by the application programs (True or False).
If I create a TSQ from one transaction, can I read it from another transaction?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??