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
Can a Search can be done on a table with or without Index?
Explain what you understand by passing by value.
Name the sections present in data division.
Write a program to enter and display the names of students in a class using the occurs clause.
Which is not true about evaluate statement
State the various causes of s0c1, s0c5 and s0c7.
how do you reference the fixed unblock file formats from cobol programs
What are literals?
Explain how you can characterize tables in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the difference between binary search and sequential search?