how can you identify wheather the program is using search
or search all in the cobol program?
Answer Posted / krishnachaitanya
when we declare table ocuurs clause we give one key either
accending or descending key for binary search means we use
ordered data in that we use seachall key word here we get
only one record no duplicate.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between cobol and cobol-ii?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
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
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
In COBOL, what is the different between index and subscript?
Whats the difference between search & search ALL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
explain sorting techniques in cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
For rewrite, why is it mandatory that file needs to be opened?
Write the code implementing the perform … varying.
What is the usage of comp fields in cobol?
What rules are followed by the search verb.
What is the local-storage section?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?