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 |
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
Which is the macro used for making an entry in the PPT
How can we code a program such that we will never get a MAPFAIL error?
What are the 3 working storage fields used for every field on the map?
How many ways to share information between different CICS programs?
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
What is the function of the Terminal Control table?
After execute the map, What will happen ? Give breif Description
Can you explain multitasking and multithreading?
What is the use of DCT?
In a particular cics program, what is the procedure to allocate dynamic memory?