Answer Posted / mf buzz
there is a small correction in above example.
ex.
A PIC 9.99 VALUE 1.11
B PIC 9v99 VALUE 2.22
display A,B
RESULT
a= 1.11
b=222 ( decimal point is not displayed)
| Is This Answer Correct ? | 39 Yes | 8 No |
Post New Answer View All Answers
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between comp and comp-3?
Which division and paragraphs are mandatory for a COBOL program?
How arrays can be defined in COBOL?
What is the difference between external and global variables in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
i need a small 3d program using inline and outline.
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?
Can you please let me know the centre name of INS certification in Kolkata.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What do you understand by psb and acb?
Explain about different table spaces.
What is difference between static and dynamic call in cobol?
Have you used comp and comp-3 in your project? And how?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc