Give the definition of COMMAREA ?



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

Post New Answer

More CICS Interview Questions

Explain the term Transaction routing?

1 Answers   IBM,


What is transient data?

1 Answers   IBM,


Which is the CICS control program which governs the flow of control among the CICS application

2 Answers  


Is there any entry for TSQs in CICS tables?

3 Answers   IBM,


If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?

5 Answers   IBM,


What are the attribute values of Skipper and Stopper fields?

1 Answers  


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 ?

1 Answers  


What is the CICS LOAD command?

3 Answers   IBM,


What information do you get when an EXEC CICS STARTCODE is issued?

1 Answers   CTS, IBM,


Explain cemt transaction commands?

1 Answers  


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?

7 Answers  


What Are Send Map Maponly & Send Map Dataonly ?

1 Answers   IBM,


Categories