What is the difference between the INTO and the SET option
in the EXEC CICS RECEIVE MAP command?
Answer / mahesh
SET - To load to received datas directly to the address
INTO - that data is stored via a variable .
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the differences between getting the system time with eibtime and asktime command?
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
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
How can you accomplish breakpoint in intertest?
How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?
What is DFHAID? what is its use?
Explain re-entrancy as applies to CICS.
What RCT Entries will you make for a CICS DB2 program??
What is the usage of language in the PPT entry?
Can any one write coding for scrolling logic or page up & page down?
What do you mean by the term fct?
Why is it important not to execute a STOP RUN in CICS ?