Which type of TDQ is read destructive?
What RCT Entries will you make for a CICS DB2 program??
What is the size of commarea
What is the use of using MDT in CICS? How it works?
What is the difference between a physical BMS mapset and a logical BMS mapset?
Different types of BMS Macros
can anyone tell me about paginglogic in CICS,Please?
How do you define Task Work Area?
What is dynamic transaction backout?
Define transient data?
Explain the function of the terminal control table?
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 to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?