What is the size of commarea
Answers were Sorted based on User's Feedback
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 |
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
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
How do find length of the cursor in cics map ?
Translation Time is not reduced if the Pre-compilation is done first(True or False).
How errors are handled in CICS programs?
what is mapfail and when we get this error? during send map or receive map?
Can you have CICS code in a copybook? If yes, what happens during compilation?
What is the difference between a physical BMS mapset and a logical BMS mapset?
Can we define an alternate index on VSAM/RRDS ?
What is Quasi-reentrancy?
Can multiple CICS regions exist under one O/S?