What is the size of commarea

Answers were Sorted based on User's Feedback



What is the size of commarea..

Answer / candan

32k, 32767 bytes exactly. The reason being the field which
contains the value of comm area is defined as 'PIC S9(04)
comp', this picture caluse occupies half word binary
storage space. With this storage this field can have values
ranging from -32768 to +32767. Lenght being a +value, we
can have 32767 bytes of comm area.

Is This Answer Correct ?    26 Yes 0 No

What is the size of commarea..

Answer / peri

32763

Is This Answer Correct ?    9 Yes 2 No

What is the size of commarea..

Answer / lakshmisudha

64k but it allows only 24k not possible to pass morethan 24k

Is This Answer Correct ?    1 Yes 0 No

What is the size of commarea..

Answer / chudar

64kb

Is This Answer Correct ?    5 Yes 10 No

What is the size of commarea..

Answer / bchvr

65535b

Is This Answer Correct ?    0 Yes 11 No

Post New Answer

More CICS Interview Questions

what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM

2 Answers   TCS,


How do you get data from a task that began with a START command?

2 Answers  


How many ways to share information between different CICS programs?

3 Answers   Accenture,


What does the 'cedf:cics' transactions do?

0 Answers  


Explain the primary function of the processing program table (ppt)?

0 Answers  


How can you use dynamic calls in cics?

0 Answers  


How are programs reinitiated under CICS ?

1 Answers   ITC Infotech,


what is psuedo conversation?

6 Answers   HCL,


How is the storage determined in the symbolic map, if you have multiple maps?

2 Answers   IBM, Wipro,


what is an MDT in cics

4 Answers   Syntel,


Explain the various ways data can be passed between CICS programs.

2 Answers   IBM,


What are the cics transactions?

0 Answers  


Categories