whats the disadvantage of search all over search?
Answer Posted / animesh
In search all,
in when condition we can give only = condition
but in search we can give any conditional operator.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is s000 u4087 error? please give the all error codes in cobol,jcl.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Name the divisions, which are available in a cobol program?
how to move the records from file to array table. give with code example
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
how do you reference the esds vsam file formats from cobol programs
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the problem of ordered sequential files access?
how do you reference the ksds vsam file formats from cobol programs
how do you reference the rrds file formats from cobol programs
What kind of error is trapped by on size error option?
What is the difference between binary search and sequential search?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?