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 |
I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
Mention the option (along with argument type) used in a CICS command to retrieve the response code
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
List out all the tables that are a part of cics ?
In the EIB block of CICS, highlight the names of few of the important fields?
Highlight the difference between a symbolic map and physical map?
What is the use of using MDT in CICS? How it works?
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
Kindly specify the pic clause for the hhmmss type of data fields?
Name some important fields in the EIB block ?
How do you get data from a task that began with a START command?