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 |
When you do a START, what will the value of EIBCALEN?
Can you explain enq and deq used in cics?
What are extra partition & intra partition TDQs?
How can you use dynamic calls in cics?
Kindly specify the pic clause for the data type of length option field type of data fields?
How is Telon(CA-Telon) used to build map?
Explain the purpose of the program list table?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
Kindly specify the pic clause for the hhmmss type of data fields?
What is the component?what are the different components there using cobol and cics
What is ENQ in CICS?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?