I want to declare a field with data type Double in my COBOL
program. how shall i do that ?
Answer Posted / fdsfsdfs
yes it has to be declared COMP 2
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
What kind of error is trapped by on size error option?
What are the various section in data division and briefly explain them.
Name some of the examples of COBOl 11?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
how do you reference the ksds vsam file formats from cobol programs
What type of SDLC u followed? Why?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Write a program that uses move corresponding.
Explain how you can characterize tables in cobol?
What rules are to be followed while using the corresponding options?
In which area will you utilize 88 level items in cobol?
Why occurs cannot be used in 01 level in COBOL?
) How do u handle errors in BMS macro?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?