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
Answer Posted / 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 |
Post New Answer View All Answers
Explain the primary function of the processing program table (ppt)?
Explain how many conditions can you include in a single handle condition command?
Explain how would you resolve an asra abend?
Explain the difference between a package and a plan.
what are the commands used to gain exclusive control over a resource?
What is interval control?
What are the ways fot initiating a transaction?
How can you use dynamic calls in cics?
What is the syncpoint command?
What is a transid?
Name some translator and compile options and explain their meaning?
Explain how do you access storage outside your cics program?
Why do we need integrated cics translator?
What are the common tables in cics and their usage?
Define an asra abend?