Answer Posted / ravikiran
in cobol a numeric datatype that is a(9) can not hold more
than 18 digits
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
How many sections are there in data division in COBOL?
What is amode(31)
Mention the guidelines to write a structured cobol program?
How do you reference the following file formats from cobol programs?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between binary search and sequential search?
What are the different rules to perform a Search?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how do you reference the variable unblock file formats from cobol programs
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Write the code implementing the perform … varying.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
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?