S9(5)V9(2) occupies how many bytes memory ?
Answer Posted / naveen87ginjupalli
S9(5)V9(2) occupies 7 bytes of memory.
Here V doesn't occupies any space it assumes internally.V is
the assumed Decimal point, it is used to store the Decimal
values.
| Is This Answer Correct ? | 43 Yes | 10 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is cobol?
What are the pertinent COBOL commands?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
how do you reference the fixed unblock file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the cobol coding sheets?
What are the different open modes available in cobol?
When is inspect verb is used in cobol?
What is the compute verb? How is it used?
What are declaratives and what are their uses in cobol?
Define static linking and dynamic linking.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.