What is the difference between SEARCH and SEARCH ALL?
Answer Posted / anil prajapati
search is a sequential/linear search and search all is
binary search
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
) what is the difference between AID and HANDLE AID?
how to move the records from file to array table. give with code example
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
i need a small 3d program using inline and outline.
Write down the divisions of cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what are decleratives in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How can you get the ksds file records into your cobol program?
How are the next sentence and continue different from each other?
Can a Search can be done on a table with or without Index?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
i want a program using by if, evaluate , string, unstring, perform, occurs?