What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
No Answer is Posted For this Question
Be the First to Post Answer
What compiler option would you use for dynamic linking?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
level number 77 is used to define a)group data b)elementary data c)redefine d)none
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
can we use reference modification an arry.
How do pass the values to the parameters in cobol
how to transfer the file from pc to mainframe??
If you were passing a table via linkage, which is preferable - a subscript or an index?