What is the difference between a binary search and a sequential search what are the pertinent cobol?
No Answer is Posted For this Question
Be the First to Post Answer
what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
how to refer the data field?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
what is the use of comp2 ? where can we use it with example ?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
How arrays can be defined in COBOL?
can i use multiple when statements in search & search all ? justify ur answer?
what is mainframe? what is the mainframe software ? what is use in s/w field?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
how you will define variables length in cobol.