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
What are all the divisions of a COBOL program?
what is the difference between COBOL2 AND COBOL390?
What is a scope terminator give example?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is a report item?
Differentiate between structured cobol programming and object-oriented cobol programming.
Are you comfortable in cobol or jcl?
What are literals?
What is the difference between Call and a Link?
How to print 10 to 1 if the input have only 10 digit number?
What type of SDLC u followed? Why?
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 is the problem of ordered sequential files access?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?