What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
1110Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
1152What is the difference between structured cobol programming and object alternativelyiented cobol?
1248If you are current on the owner of a set, what is the difference between obtain next and obtain first?
1347What is the default value(s) for an initialize? What keyword will allow for an override of the default?
1119
What are various search techniques in cobol? Explain.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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 do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What kind of error is trapped by on size error option?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do you reference the rrds file formats from cobol programs
How do you reference the following file formats from cobol programs?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is search and searchall?what is the diffrence between them?give an best example?
Write a cobol program making use of the redefine clause.
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 is the difference between binary search and sequential search?