can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / ramesh.p
yes, we can declare it.it is a display usage.it will occupy one byte for each character so,there are 18 characters there (9+9) .so it will occupy 18 bytes...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
Mention the guidelines to write a structured cobol program?
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.
how do you reference the variable unblock file formats from cobol programs
How you can characterize tables in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how do you reference the rrds file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are the various section in data division and briefly explain them.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
Give some examples of command terminators?
A table has two indexes defined. Which one will be used by the SEARCH?
How do get the result of your program directly on your pc?
what happens if parmparameter passes zero bytes to the program