what is the result of the following?
DIVIDE A INTO B GIVING C.
a.C=A/B
b.the reminder of B/A is stored in C
c.C=B/A
d.the reminder of A/B is stored in C
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
What is a SSRANGE and NOSSRANGE?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are different data types in cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
what happens if parmparameter passes zero bytes to the program
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Can a Search can be done on a table with or without Index?
Discuss about changing dataset name in proc.
For rewrite, why is it mandatory that file needs to be opened?
What is perform what is varying?
What is length is cobol?
Explain how you can characterize tables in cobol?