S9(5)V9(2) occupies how many bytes memory ?
Answer Posted / vaneesh
Only 7 bytes will be occupied.
Sign 's' will be stored as Zooned decimal (punch char).
and V will be only an assumed decimal which is stored
internally.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is link edit in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write a program that uses move corresponding.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How are the next sentence and continue different from each other?
Explain the configuration section of a cobol program with examples of syntax.
how do you reference the ksds vsam file formats from cobol programs
Write the code to count the sum of n natural numbers.
What is redefines clause in COBOL?
How do u write test cases?
Write a program to enter and display the names of students in a class using the occurs clause.