how can you identify wheather the program is using search
or search all in the cobol program?
Answer Posted / ravikrian
while using search the data may be in any order, wher as in
search all the data must be in sorted order and there should
not be any duplicates in the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is Pic 9v99 Indicates in COBOL?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do get the result of your program directly on your pc?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the different types of condition in cobol and write their forms.
Write the code implementing the perform … varying.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What the difference is between continue and next sentence?
example for sub strings ? and refernce modifications whit output pls
Can you please let me know the centre name of INS certification in Kolkata.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is length is cobol?
Write a program that uses move corresponding.