can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / y@$w@nth
s9(9)v9(9)
Here v stands for assumed decimal point so it will occupy
only 18 bytes(9+9)...if instead of s9(9)v9(9) it is coded as
s9(9).9(9) then it is going to occupy 19 bytes ((9+9)+1)
the extra 1 byte for decimal point .........There is no way
of occupying 20 bytes storage.
| Is This Answer Correct ? | 47 Yes | 5 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
Explain how you can characterize tables in cobol?
what is difference between cobol and cobol/400
How are the next sentence and continue different from each other?
how do you reference the fixed unblock file formats from cobol programs
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Name the divisions, which are available in a cobol program?
what is the use of outrecord?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Write a program to enter and display the names of students in a class using the occurs clause.
What type of SDLC u followed? Why?
What are the pertinent COBOL commands?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how to access the file from prodution from changeman tool and to submit a file to production
Are you comfortable in cobol or jcl?