Answer Posted / sunny kalra
Also, if you need more than 18 decimal digits, you must use COMP-3 (or DISPLAY) as COMP variables cannot exceed 18 digits while COMP-3 can be up to 31 digits.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
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?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what are decleratives in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
i need a small 3d program using inline and outline.
What do you understand by psb and acb?
What is amode(31)
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
In COBOL, what is the different between index and subscript?
How do you reference the fixed block file formats from cobol programs
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is comp-1 and comp-2?
Name the sections present in data division.
What are all the divisions of a COBOL program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.