study the following
01 A PIC 99V0 VALUE 5
01 B PIC 9V9 VALUE 6
01 C PIC 99V9 VALUE 2.5
01 D PIC 99 VALUE 3
COMPUTE A ROUNDED B C = A+B*C/D
ON SIZE ERROR PERFORM PRINT-ERROR
the comments of A.B.C after execution of the above
statement are
a.A=10 B=0 C=10
b.A=10 B=9.9 C=9.9
c.A=10 B=0 C=9.9
d.A=10 B=6 C=10

Answer Posted / dimpy19

10A
6 B
10C

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give some examples of command terminators?

751


When is inspect verb is used in cobol?

671


example for sub strings ? and refernce modifications whit output pls

1843


What is the difference between PIC 9.99 and PIC9v99?

771


) How do u handle errors in BMS macro?

1423






What are different data types in cobol?

685


Name the divisions, which are available in a cobol program?

679


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

730


Define static linking and dynamic linking.

658


How many sections are there in data division in COBOL?

676


What are literals?

624


What is the problem of ordered sequential files access?

692


What rules are followed by the search verb.

631


What is the default value(s) for an initialize and what keyword allows for an override of the default?

691


In COBOL programming, what is PERFORM? What is VARYING?

668