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 |
At which situation we need to use the push and pop conditions...pls tell me with exampls.
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
how do u see the output of cics program?
Explain the logical message in cics?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
what is effect on receive map when
What are the uses of ppt in cics?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
What is transient data?
What is the ABEND command and when would you use it?