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
What is a scope terminator give example?
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
can we use variable picture clause as xx.99 in cobol.
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
State the various causes of s0c1, s0c5 and s0c7.
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
What COBOL construct is the COBOL II EVALUATE meant to replace?
Which division and paragraphs are mandatory for a COBOL program?
Can we redefine the field of x(200) to less than 200?
1.What is the default print format in cobol?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?