How are programs reinitiated under CICS ?
Answer / guest
Automatic transaction initiation (ATI)
When the queue has been emptied, a new ATI cycle begins.
If the destination is a terminal, the fact that QZERO has
not been reached means that trigger processing has not been
reset and the same task will be reinitiated later.
In addition, the task is not reinitiated if a resource
(terminal, program, or transaction) is not available. If
the trigger level of a queue is zero, no task is
automatically initiated.
http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/c415
454133.htm
| Is This Answer Correct ? | 4 Yes | 0 No |
What is an ASRA abend ?
What is the common systems area (CSA)?
Which is the command that is used to dump the main storage areas related to a task?
What is mainframe cics?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Can you define multiple maps in a BMS mapset?
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
Can multiple CICS regions exist under one O/S?
What is commarea (communications area)?
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
How many conditions can you include in a single HANDLE CONDITION command?
Explain re-entrancy as applies to CICS.