Give the definition of COMMAREA ?
Answer / Deepak Sahu
In CICS (Customer Information Control System), a COMMAREA is a region in a program or data structure that contains multiple fields separated by commas. It allows more flexible handling of input/output data, making it easier to process complex records.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the term Transaction routing?
What is transient data?
Which is the CICS control program which governs the flow of control among the CICS application
Is there any entry for TSQs in CICS tables?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
What are the attribute values of Skipper and Stopper fields?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
What is the CICS LOAD command?
What information do you get when an EXEC CICS STARTCODE is issued?
Explain cemt transaction commands?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
What Are Send Map Maponly & Send Map Dataonly ?