01 A PIC 9.
01 B PIC 99V1.
01 C PIC 99.
MOVE 1 TO A.
MOVE 0.2 TO B.
COMPUTE C ROUNDED TO 3/3 + A.
Answer Posted / narendra kumar
The correct answer is 02.
Compute C rounded = 3/3 + A.
Result will be 02.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define redefine and its syntax?
What is perform?
What is comp?
How to detect record is locked in cobol/400? What is the solution for that?
How to detect record is locked in cobol/400?
What is the actual use of fillers?
What is redefine?
Explain the difference between comp & comp-3?
Explain the syntax of sort?
Define perform?
Explain the input procedure and output procedure?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What are the types of perform?
Explain what all the conditiones required for using open opcode on a file?
What are fillers? What is the actual use of fillers? With mall/simple example?