COMPUTE X = A * B - C * D and
COMPUTE X = (A * B) - (C * D)
(a) Are not the same
(b) Are same
(c) Syntactically wrong
(d) Will yield a run time error
Answer Posted / guest
b
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between Call and a Link?
What are the pertinent COBOL
What are various search techniques in cobol? Explain.
What is rmode(24)
Discuss about changing dataset name in proc.
Write down the divisions of cobol program?
For rewrite, why is it mandatory that file needs to be opened?
How you can read the file from bottom?
Write a program to enter and display the names of students in a class using the occurs clause.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the cobol coding sheets?
Define cobol?
Name the sections present in data division.
how to move the records from file to array table. give with code example