whats the disadvantage of search all over search?
Answer Posted / venkat
search is a normal search so it takes a less time to search
the related information but search all first,it will divide
the table and then it will search depends on the
imp.statements like bottom up or up down statments so,for
that one search all will take sme time to search the
contents. for a large no records also search is
sufficient..
correct me ...if wrong..venkat
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
What are literals?
Write a program to enter and display the names of students in a class using the occurs clause.
How many sections are there in data division in COBOL?
example for sub strings ? and refernce modifications whit output pls
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are various search techniques in cobol? Explain.
what is the use of outrecord?
Name the divisions, which are available in a cobol program?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is rmode(24)
Why would you use find and get rather than to obtain?