Consider the following code:
77 A PIC 99V99 VALUE 55.35
77 B PIC 99V999 VALUE 32.754
ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!"
What will be the result ?
(a) A=88.10, B=32.754
(b) A=87.00 B=32.754
(c) A=87.10 B=32.754
(d) ERROR!!! will be DISPLAYed on the screen.
Answer Posted / vel
D
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Write the code to count the sum of n natural numbers.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Can you please let me know the centre name of INS certification in Kolkata.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do you reference the fixed block file formats from cobol programs
Explain what you understand by passing by value.
What is the difference between PIC 9.99 and PIC9v99?
What is comp-1 and comp-2?
Explain the configuration section of a cobol program with examples of syntax.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
In COBOL programming, what is PERFORM? What is VARYING?
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
Write down the divisions of cobol program?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this