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
Define the term mro (multi region operation)?
Define the attribute byte?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Can you explain common systems area?
name the command that is used to dump the main storage areas related to a task?
What are some of the cics commands associated with interval control?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Explain the significance of rdo?
What is the common work area?
what is the most common way of building queue-id of a tsq?
Which commend used for terminating a browser operation?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
How to establish dynamic cursor position on a map?
What do you mean by CEMT?