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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between Call and a Link?
Can we redefine the field of x(200) to less than 200?
Explain the configuration section of a cobol program with examples of syntax.
How do we get current date from system with century in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Define cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the problem of ordered sequential files access?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
example for sub strings ? and refernce modifications whit output pls
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is Pic 9v99 Indicates in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc