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 do you access storage outside your CICS program?
Explain the cics command that is used for reading a record from the tdq?
The error code AEIV?
Can you explain cics transaction gateway?
What are the cics tables?
Define communication area?
What is the term conversational programs means?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Explain the function of the terminal control table?
When would you use abend command?
How are VSAM files Read in CICS pgms?
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.