What is the meaning of the SYNCPOINT command?
Answer / vinod
SYNCPOINT divides a task (usually a long-running one) into
smaller LUWs.It specifies that all changes to recoverable
resources made by the task since its last syncpoint are to
be committed.
| Is This Answer Correct ? | 14 Yes | 1 No |
What is some of the information available in the EIB area?
I have written a CICS program. What tables should I setup to run this program?
How and where is the TWA size set? .
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
How vsam files are read in cics pgms?
What is the procedure to read a statement from tsq?
How do you initiate another transaction?
What is the common systems area (CSA)?
How do you use extended attributes ?
what are the differences between and exec cics xctl and an exec cics link command?
What is an ASRA?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?