Use of DFHCOMMAREA in cics
Answers were Sorted based on User's Feedback
Answer / raja
IT IS A COMMUNICATION AREA BETWEEN TWO TRANSACTION.
IF EIBCALEN = 0, NO DATA WILL BE PASSED
IF EIBCALEN = LENGTH OF DFHCOMMAREA, DATA WILL BE PASSED
Is This Answer Correct ? | 36 Yes | 0 No |
How errors are handled in CICS programs?
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 eib parameter?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
What is ATI? What kind of TDQ can be used?
What is EXEC CICS RETRIEVE ?
How to test CICS, MainFrame applications
Define ceci?
What are the main uses of the transaction in the cics?
Can ESDS files be accessed from CICS?
Difference between TSQ & TDQ
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?