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 |
Explain page up and page down logic along with coding logic in cics?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
How are screens created in cics
what is the most common way of building queue-id of a tsq?
What is program reentrance?
Explain the difference between using the read command with into option and set option?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What are the ways fot initiating a transaction?
Do you receive the attribute byte in the symbolic map?
What is the name of the facility provided by CICS to free the application program form the problems caused