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
What is the eib parameter?
What are some of the cics commands associated with interval control?
What is frset?
what are transient data sets defined to cics?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Can you explain enq and deq used in cics?
Define an asra abend?
Name a few CICS programs which are generally used ?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What is the pcp in the cics?
Can you explain cics translator?
Explain the difference between intra partition tdq and extra partition tdq?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?