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 |
when will be use the tdq and tsq??
What is an ASRA?
i would like to practise some programs in code some cics programs plz send the programs
what is the most common way of building queue-id of a tsq?
How do you terminate an already issued DELAY command?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
What are the cics commands associated with task control?
Name some common CICS service programs and explain their usage?
What is DFHBMSCA?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
What is eib?
what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?