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
What are 77 levels used for?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between next sentence and continue in cobol programing language?
What is the use of intialize verb?
Write the code implementing the perform … varying.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the different types of condition in cobol and write their forms.
State the various causes of s0c1, s0c5 and s0c7.
What is the utilization of copybook in cobol?
How are the next sentence and continue different from each other?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between binary search and sequential search?