given the following:
77 A PIC 9V9 VALUE 9.5
77 B PIC 9 VALUE 9.
77 C PIC V9 VALUE 0.8
77 D PIC 9
77 E PIC 9
77 F PIC 9V999
what are the contenta of D E nad F after the following
statements are
executed:
COMPUTE F ROUNDED=A+C/B
MULTIPLY A BY C GIVING E
ADD B C A GIVING D ROUNDED
a.F=9.589 E=8 D=1
b.F=9.589 E=8 D=9
c.F=9.589 E=7 D=9
d.F=9.589 E=7 D=1

Answer Posted / maneesh

d in the answer

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention the guidelines to write a structured cobol program?

620


How can you get the ksds file records into your cobol program?

644


What are the different rules for performing sort operation?

763


Which division and paragraphs are mandatory for a COBOL program?

709


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2099






What is perform what is varying?

711


What rules are followed by the search verb.

638


What is the difference between binary search and sequential search?

643


What is the difference between Global and External Variables?

666


What do you understand by psb and acb?

666


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

681


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1933


What is the difference between structured cobol programming and object alternativelyiented cobol?

756


HOw can I get the negative sign while deduct high value from low value

1791


What are the pertinent COBOL

2045