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



COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are s..

Answer / guest

b

Is This Answer Correct ?    19 Yes 0 No

Post New Answer

More COBOL Interview Questions

In a program, variables are used but no DB2 involved in it. Can you call it as host variables??

4 Answers   EDS,


i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?

2 Answers  


What is SET TO TRUE all about, anyway?

5 Answers  


1)what is use of linkage section? 2)what is difference between comp and comp-3

1 Answers   Cap Gemini,


What is SDSF?

3 Answers  






how will you define vsam file in select clause?

3 Answers   Patni,


what happens if parmparameter passes zero bytes to the program

0 Answers   HSBC,


How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?

6 Answers  


Which mode is used to operate the sequential file?

0 Answers  


How can you submit a job from COBOL programs?

2 Answers   ITC Infotech,


What is the difference between copy and include in cobol?

1 Answers  


The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?

6 Answers   Cognizant,


Categories