What is the difference between binary search and sequential search?
No Answer is Posted For this Question
Be the First to Post Answer
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
What is the difference between comp and comp-3?
What is SQL Code -904 and -903 in DB2 And how to handle it?
Mention the guidelines to write a structured cobol program?
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?
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
what is the default print format? in cobol
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?