I want to declare a field with data type Double in my COBOL
program. how shall i do that ?
Answer Posted / sri
9(X) V99 or 9(X) V(Y)
Where X and Y are integers.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do you get the data to code the BMS macro?
In COBOL programming, what is PERFORM? What is VARYING?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the different rules for performing sort operation?
how to refer the data field?
Describe the cobol database components?
What is the difference between perform … with test after and perform … with test before?
How many sections are there in data division in COBOL?
Explain how you can characterize tables in cobol?
What is a scope terminator give example?
For rewrite, why is it mandatory that file needs to be opened?
How can you get the ksds file records into your cobol program?
Define static linking and dynamic linking.