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 |
Can multiple CICS regions exist under one O/S?
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
What is the general Command format of CICS ?
How is dynamic memory allocated within a CICS application program?
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?
What is temporary storage?
What is the difference between getting the system time with EIBTIME and ASKTIME command?
what is effect on receive map when
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
What is the difference between the XCTL and LINK commands?
What is the process of converting the CICS commands into the equivalent host language statements called?