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 difference between a PF key & a PA key ?
Explain the difference between a physical bms mapset and a logical bms mapset?
What is the use of a TDQ, TSQ?
How do you access storage outside your CICS program?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
How do you access the records randomly in TSQ ?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Sync points cannot be requested by the application programs (True or False).
How do you invoke other programs? What are the pros and cons of each method?
Specify CICS transaction initiation process. (From the perspective of CICS control programs and control tables.)
How do you initiate another transaction?
What is mainframe cics?