Answer Posted / mahesh
actually in search we use a set verb to set the data in
increse or decrease order but incase of searh all its a
binry search no need to use the set verb
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how to convert the recors form vsam file to db2 table tru file aid
What are various search techniques in cobol? Explain.
Why occurs cannot be used in 01 level in COBOL?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How do define dynamic array in cobol.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Are you comfortable in cobol or jcl?
What is the difference between binary search and sequential search?
What is a SSRANGE and NOSSRANGE?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the usage of comp fields in cobol?
What are different data types in cobol?
What is length is cobol?
how do you reference the ksds vsam file formats from cobol programs