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 |
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
Explain the term ?MRO? (Multi Region Operation)?
What are the uses of ppt in cics?
What are the two types of transient data queues?
How are screens created in cics
Name at least one of the ways by which a transaction can be terminated?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
What is DFHBMSCA?
The read of a record from an Intrapartition TDQ is not destructive(True or False).
What is eib?
What is BMS?
Explain the cics command that is used for reading a record from the tdq?