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
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
Name some of the examples of COBOl 11?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is perform what is varying?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What do you understand by psb and acb?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the pertinent COBOL commands?
Write a program that uses move corresponding.
What is the difference between perform … with test after and perform … with test before?
How do you differentiate between cobol and cobol-ii?
What is the difference between PIC 9.99 and PIC9v99?
What are the various section in data division and briefly explain them.
Explain what you understand by passing by value.
what is the difference between COBOL2 AND COBOL390?