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


Please Help Members By Posting Answers For Below Questions

What is a scope terminator give example?

659


What are the pertinent COBOL commands?

2626


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

681


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?

2101


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

714






what are decleratives in cobol?

1831


What is link edit in cobol?

775


What is cobol?

750


What is rmode(any) ?

686


What is comp-1 and comp-2?

766


What are the different open modes available in cobol?

722


How do you get the data to code the BMS macro?

1476


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5695


Define cobol?

866


) How do u handle errors in BMS macro

1512