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
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
What is difference between static and dynamic call in cobol?
What are 77 levels used for?
how to access vsam files in cobol and how to differentiate that this is ESDS file
Where the Plan is located in CICS-DB2
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
what is the difference between start and startbr?
can we display comp-3 variables. if we want to display what we have to do . give me one example
whats the difference between search and search all?
What is an index for tables?
Which Search verb is equivalent to PERFORM…VARYING?
What kind of error is trapped by on size error option?