What should be the sorting order for SEARCH ALL?
Answers were Sorted based on User's Feedback
Kavya Answer is Correct, Either Ascending or Descending
Order using Search All. Using Search there is no need of
Sorting Order
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vampire
yeah it is not necessary to give in ascending order
i ill give u d syntax
set indexname to 1
search identifier1 at end "not found"
when dataname1=literal1/identifier1 and
dataname2=ilteral2/identfiier2
perform para a
end-search
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shanuss
But as per my knowledge it is binary search and we have to
give the search word in sorted order...What do you say?
| Is This Answer Correct ? | 0 Yes | 1 No |
In INITIALIZE what is Repalcing Word will do
What is the difference between goback, stop run and exit program in cobol?
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
how do you reference the ksds vsam file formats from cobol programs
Why we should use cursor ?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
What are the two search techniques ?
db2 variable decimal(15,2) what is the equalent size of cobol variable
Where the Plan is located in CICS-DB2
how to check whether the open command of a sequential file is successful? or not?
What is the different between index and subscript?