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 |
Define floating maps with illustration?
Explain how do you dynamically set the cursor position to a specific field?
what is the option to be coded on return to associate a transaction identifier with next terminal.
Can multiple CICS regions exist under one O/S?
What is the comaera?
What is some of the information available in the EIB area?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What information can be obtained from the EIBRCODE?
Explain how to handle exceptional conditions in CICS.
What is quasi rentrancy concept in CICS?
Use of DFHCOMMAREA in cics
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?