What is the difference between a binary search and a
sequential search?
Answer Posted / santhosh
santhosh kumar is a very good boy???
| Is This Answer Correct ? | 4 Yes | 19 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are declaratives and what are their uses in cobol?
Are you comfortable in cobol or jcl?
how do you define single dimensional array and multidimensional array in your cobol?
What rules are followed by the search verb.
What is the local-storage section?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How do define dynamic array in cobol.
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 rules are to be followed while using the corresponding options?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
In COBOL programming, what is PERFORM? What is VARYING?
Name some of the examples of COBOl 11?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
) how do u code after getting data?