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 is the Purpose of Pointer in the string?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How arrays can be defined in COBOL?
How do get the result of your program directly on your pc?
what is difference between cobol and cobol/400
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How you can read the file from bottom?
Write the code to count the sum of n natural numbers.
what happens if parmparameter passes zero bytes to the program
What is the local-storage section?
What are the pertinent COBOL
For rewrite, why is it mandatory that file needs to be opened?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?