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 redefines clause in COBOL?
Explain what you understand by passing by value.
What is perform what is varying?
When is inspect verb is used in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Write a program to enter and display the names of students in a class using the occurs clause.
how do you reference the rrds file formats from cobol programs
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is an in line perform? When would you use it? Anything else you wish to say about it.
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Explain how you can characterize tables in cobol?
In which area will you utilize 88 level items in cobol?
What is a SSRANGE and NOSSRANGE?
what are decleratives in cobol?