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
) what is the difference between AID and HANDLE AID?
Explain what you understand by passing by value.
What do you understand by psb and acb?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is static and dynamic call in cobol?
How do you reference the following file formats from cobol programs?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how to access the file from prodution from changeman tool and to submit a file to production
Write the code to count the sum of n natural numbers.
How are the next sentence and continue different from each other?
What are declaratives and what are their uses in cobol?
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between binary search and sequential search?
What is the Purpose of POINTER Phrase in STRING command in COBOL?