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 / dimpy19

c. B/A

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

714


A table has two indexes defined. Which one will be used by the SEARCH?

757


Which mode is used to operate the sequential file?

664


What are the pertinent COBOL commands?

2623


How you can read the file from bottom?

659






how can i see junk values in dclgen or in hostvariable of comp ?

2544


What is length is cobol?

650


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5375


What is the difference between goback, stop run and exit program in cobol?

925


What are the different rules for performing sort operation?

759


IF I mention stop run in CICS what happens?

1896


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

683


How to remove 2 duplicate records and copy only one using job control language?

752


How do we get current date from system with century in COBOL?

805


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?

1230