What is the difference between a binary search and a
sequential search?
Answer Posted / a.r.rahman(music director
binary and sequensial search is bad.................
| Is This Answer Correct ? | 11 Yes | 48 No |
Post New Answer View All Answers
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how do you reference the esds vsam file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
In which area will you utilize 88 level items in cobol?
Which division and paragraphs are mandatory for a COBOL program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between external and global variables 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 many bytes S(8) comp field occupy and its maximum value?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are the different types of condition in cobol and write their forms.
Which mode is used to operate the sequential file?
What rules are followed by the search verb.