When search all is used in cobol program without sorted
input data
Answer Posted / geeta
SEARCH ALL wont give correct output if the data is not in
sorted order.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between search and searchall?
What is redefine?
What are fillers? What is the actual use of fillers? With mall/simple example?
What is input procedure?
Define sort?
What are the types of perform?
Explain the syntax of sort?
What is the actual use of fillers?
Explain the output procedure?
What are fillers?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Explain the difference between comp & comp-3?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
How to detect record is locked in cobol/400? What is the solution for that?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?