Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between physical map and symbolic map?
Explain the logical message in cics?
How can you access esds files from cics?
What is the procedure to solve an ASRA ABEND?
Explain the difference between a physical bms mapset and a logical bms mapset?
Explain how and where is the twa size set?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
Can you define attribute byte?
Can you define temporary storage?
Can QSAM files be accessed from CICS?
In a CICS program, how will you read a VSAM file?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Define cebr?
Define the term function request shipping?
When would you use abend command?