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
Answers were Sorted based on User's Feedback
Answer / tej
The above answer is correct, small addition - The transid
mentioned in the DFHDCT definition will be triggered when
the number of records in the TDQ reach the trigger level and
thereafter it will look for an associated program for this
transid in the PCT
Also, EXEC CICS is incorrect,
Here is the definition of Intra partition TDQ
DFHDCT TYPE=INTRA,
TRANSID(XXXX)
TRIGLEV(X)
DESTID=XXX1
RESUE=YES/NO
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sharath
ATI stands for Automatic task initiation.We need to specify
the transaction id in DCT which will be triggered when the
records in intrapartition tdq reach the trigger level
mentioned in DCT.
Is This Answer Correct ? | 6 Yes | 0 No |
What is the significance of RDO?
For protecting a transaction using the transaction security function, the two things that must be done are?
What is the cics command level?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What is the command used to send a map to a terminal?
Highlight the points of differences between XCTL and START?
Define primary objective of cics?
What is the syncpoint and its use?
Name some important fields in the EIB block ?
What is the CICS Command that is used for reading a record from the TDQ?
How to test CICS, MainFrame applications
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?