s9(18) comp-3:: What is the size of memory it takes
internally?
Answer Posted / shaan
Well since comp-3 items are packed decimal items,2 digits
will be stored in each byte and the last nibble(4 bits) will
contain the sign.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is length is cobol?
Write down the divisions of cobol program?
What is static and dynamic call in cobol?
How do we get current date from system with century in COBOL?
What guidelines should be followed to write a structured cobol prgm?
What kind of error is trapped by on size error option?
How do you define a variable of comp-1 and comp-2?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how to refer the data field?
how to move the records from file to array table. give with code example
What are the pertinent COBOL commands?
Define static linking and dynamic linking.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between Global and External Variables?
how do you reference the ksds vsam file formats from cobol programs