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 |
If no exception handling is provided in the program, what will happen ?
What is the syncpoint and its use?
What are the cics commands associated with task control?
Which is the CICS control program which governs the flow of control among the CICS application
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
Name some important fields in the EIB block ?
Explain the different system tables used in cics?
What is the difference between EXEC CICS HANDLE CONDTION and an EXEC CICS IGNORE command?
When there are 2 records with the same key specified in a DELETE operation what will happen?
Mention the option (along with argument type) used in a CICS command to retrieve the response code
Explain difference between call and link?
What is non-conventional programs?