Explain the term Function Request Shipping?
Answer / nawal kishore
Function request shipping is one of the CICS mode of
intercommunication which allows an application program in a
local cics to acess resources owned by remote CICS
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain the difference between the into and the set option in the exec cics receive map command?
I have written a CICS program. What tables should I setup to run this program?
Explain the primary function of the processing program table (ppt)?
What are the 3 common ways to create maps?
Explain page up and page down logic along with coding logic in cics?
How to make protected field in BMS invisible through application program?
What are the classifications of the cics program?
What is ATI? What kind of TDQ can be used?
Can you simply check if length = 0 for checking if a field was modified?
Explain the use of DCT ?
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
What is the common systems area?