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

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

697


What are the different data types in cobol?

779


Describe the cobol database components?

669


example for sub strings ? and refernce modifications whit output pls

1833


What is rmode(24)

673






How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

632


When is inspect verb is used in cobol?

666


What is cobol?

734


Which division and paragraphs are mandatory for a COBOL program?

703


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?

687


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2321


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2045


Explain how you can characterize tables in cobol?

634


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


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1947