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 Retrive The VSAM Datasets in CICS application programs?
What is a cics task?
What command do you issue to delete a record in a transient data queue ?
What is the use of DSECT parameter in BMS?
when will be use the tdq and tsq??
Name the macros used to define the following: MAP MAPSET FIELD
What is the use of the program list table?
How do you get data from a task that began with a START command?
Can you define multiple maps in a BMS mapset?
Define the attribute byte?
Can you access QSAM (seq ) files from CICS ?
What is the option specified in the read operation to gain multiple concurrent operations on the same dataset?