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
Answer Posted / sunaina
Here in the above formula, we are Dividing the value of B
by A, and storing the value into C.
Ex:
A=10
B=20
then
C= B/A i.e, C= 20/10
the value 2 is stored in C.
So the result is:
C=B/A.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
IF I mention stop run in CICS what happens?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the cobol coding sheets?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do we get current date from system with century in COBOL?
how do you reference the rrds file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
What are the rules of the move verb?
What rules are to be followed while using the corresponding options?
What is amode(24)?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Mention the guidelines to write a structured cobol program?
What is the difference between next sentence and continue in cobol programing language?