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 / vijaya sharma

c.C=B/A

Is This Answer Correct ?    16 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the default value(s) for an initialize? What keyword will allow for an override of the default?

647


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2095


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

679


Why would you use find and get rather than to obtain?

673


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17014






can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1830


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

724


What do you understand by psb and acb?

659


What is the difference between external and global variables in COBOL?

804


Write the code to count the sum of n natural numbers.

695


Explain how to differentiate call by context by comparing it to other calls?

679


Define static linking and dynamic linking.

653


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1757


What are all the divisions of a COBOL program?

658


how to move the records from file to array table. give with code example

2209