Answer Posted / mandozai
In cobol array starts with 1 not with 0
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
HOw can I get the negative sign while deduct high value from low value
how do you reference the fixed unblock file formats from cobol programs
Write the code to count the sum of n natural numbers.
how to refer the data field?
Write a cobol program making use of the redefine clause.
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.
What is the difference between binary search and sequential search?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is redefines clause in COBOL?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How do get the result of your program directly on your pc?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?