I want to declare a field with data type Double in my COBOL
program. how shall i do that ?
Answer Posted / tarunam
To Declare field with double data type u have to declare it
with comp-2
eg: PIC s9(8) usage is comp-2
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do u write test cases?
What is the difference between comp and comp-3?
Write the code implementing the perform … varying.
What is the difference between PIC 9.99 and PIC9v99?
Explain the configuration section of a cobol program with examples of syntax.
What is difference between static and dynamic call in cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
A table has two indexes defined. Which one will be used by the SEARCH?
how do you reference the rrds file formats from cobol programs
What rules are to be followed while using the corresponding options?
how do you reference the esds vsam file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Name some of the examples of COBOl 11?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?