Specify the requirements for Automatic Task Initiation.
(Mention the control table, it?s entries and the
corresponding Procedure division CICS command).
Answer / shankar
DFHDCT CONTROL TABLE IS USED FOR AUTOMATIC TASK INITIATION
DFHDCT
TRANSID=
TRIGLEVEL=100
IF TRIGGER LEVEL IS REACHED 100 TASK WILL
AUTOMATICALLY INITIATE
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain how do you control cursor positioning?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
How to handle exceptional conditions in cics?
What are the 3 common ways to create maps?
List all the CICS tables and explain their contents.
Define the attribute byte?
explain abt types of maps? and explain
What is the name of the log which contains the information needed to restart the system, including the task
What is an ASRA?
Can you define aica abend?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?