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 is the difference between COBOL2 AND COBOL390?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are literals?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
When is inspect verb is used in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
How do you reference the following file formats from cobol programs?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you reference the fixed block file formats from cobol programs
Explain about different table spaces.
What are the different open modes available in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the difference between goback, stop run and exit program in cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..