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 |
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
Explain how and where is the twa size set?
What is the command that is used to delay the processing of a task for a specified time interval
Can you define cemt?
What is the difference between START and XCTL? How do you determine when to use either option?
Define the term function request shipping?
define the field with ic in the bms map.
how do u see the output of cics program?
is it possible to create TDQ's and TSQ's dynamically,How
If we say that bms length of field = 0, then what does that mean?
What is the kcp in the cics?
What is the difference between getting the system time with EIBTIME and ASKTIME command?