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

If -1 is moved to length for more than one field on a map, where will the cursor be positioned?

6 Answers  


What are the types of processes to create a map in cics?

0 Answers  


What is the procedure to solve an ASRA ABEND?

0 Answers  


What is the function of the CICS translator?

1 Answers  


What are the common tables in cics and their usage?

0 Answers  






IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER

2 Answers  


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,


Can a tsq of one particular transaction be accessed from an alternate transaction?

1 Answers  


What is meant by MDT? Furthermore, comment on FRSET and FSET ?

0 Answers  


What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you

2 Answers  


Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?

3 Answers  


What is trigger level in the context of TDQs?

2 Answers   IBM,


Categories