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 |
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
Can you explain dfhmdf bms macro?
What are the cics commands associated with task control?
Explain the difference between and exec cics xctl and an exec cics link command?
The READ command with INTO option will read the record specified into the data area specified (True or False)
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
Can you use occurs in bms map?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Explain the significance of rdo?
what is eib, how is can be used?
How can u pass the control from one prog to another in CICS?