Answer Posted / shashank v. singh
1.) serial search
2.) binary search
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the LINKAGE SECTION used in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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.
What are the rules of the move verb?
What are the access modes of START statement?
Can a Search can be done on a table with or without Index?
What are literals?
What is the difference between goback, stop run and exit program in cobol?
What are the cobol coding sheets?
What is the usage of comp fields in cobol?
What are the different open modes available in cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is an in line perform? When would you use it? Anything else you wish to say about it.