whats the disadvantage of search all over search?
Answer Posted / sharath
1)Search all is applied only for single dimensional array.
However Search can be applied against single or
multidimensional arrays.
2)Only one WHEN condition is coded in Search all.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Name the sections present in data division.
Give some examples of command terminators?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do define dynamic array in cobol.
What are the cobol coding sheets?
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.
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 are the different rules to perform a Search?
Write a program to enter and display the names of students in a class using the occurs clause.
What are declaratives and what are their uses in cobol?
Explain how you can characterize tables in cobol?
What is rmode(24)
what is the use of outrecord?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?