What is the COMMAREA(communications area)?
Answers were Sorted based on User's Feedback
Answer / devang
commarea is used to pass data between tasks/pgms.
The data that is passed through COMMAREA is caught in the
DFHCOMMAREA field of application program which should be
defined first in postion under linkage section.
| Is This Answer Correct ? | 17 Yes | 1 No |
Explain the difference between a package and a plan.
Explain how many conditions can you include in a single handle condition command?
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 ?
What are attribute bytes and how and why are they modified?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
For protecting a transaction using the transaction security function, the two things that must be done are?
What is the CICS command that is used to receive the un- formatted data from the terminal?
how to get 'time stamp' in cics prgms ,what is the syntax.
How do you use extended attributes ?
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
What do you do if you do not want characters entered by the user to be folded to uppercase ?