What is trigger level in the context of TDQs?
Answers were Sorted based on User's Feedback
Answer / anna
trigger level is a field in DCT that start transaction
if cond is match.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / girish kumar
TRIGGER LEVEL IN NOTHING BUT "NO OF RECORDS" GOING TO EXECUTE
EX: TRIGLVL(100) MEAN PROGRAM EXECUTE UPTO 100TH RECORD AND
THEN TERMINATE THE TASK, AND START WILL INITIATE NEXT
TRANSACTION.
| Is This Answer Correct ? | 0 Yes | 2 No |
what are the differences between and exec cics xctl and exec cics start command?
How do you get data from a task that began with a START command?
What is the command for reading a record form a TSQ?
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?
Explain floating maps with illustration.
Explain the difference between using the read command with into option and set option?
What is the procedure to read a statement from tsq?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
What is CEBR?
Name the macros used to define the following: MAP MAPSET FIELD
What is a cursor in CICS sql processing?
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen