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 |
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Can you define mdt?
Give certain situations where NEWCOPY is obligatory?
How do you access storage outside your CICS program?
What are attribute bytes and how and why are they modified?
The error code AEIV?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
How to get the cursor position when we receive a map?
Name the cics command used to access current date and time?
What is an ASRA abend ?
How is the stopper byte different from an auto skip byte ?