How and where is the TWA size set? .
Answer / anna
with assign command
exec cics
TWALENG (data-area)
end-exec
returns halfword binary lenght of the twa.
If no twa area exist a zero lenght is returnsed.
| Is This Answer Correct ? | 1 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
Can you explain exec cics handle condition command?
By which CICS defined field can you determine the position of the cursor on the map ?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
What are the classifications of the cics program?
How do you get data from a task that began with a START command?
Define transient data?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
What does the BUFFER option in RECEIVE mean ?
Explain the function of the terminal control table?
Do you receive the attribute byte in the symbolic map?
How To Retrive The VSAM Datasets in CICS application programs?