Answer Posted / tim austin
There is no need in an as400 COBOL shop to ever use a sort.
Data is organized by keyed physical files or alternate
logical paths over the physical path. The most Inefficient
thing you can do in as400 cobol is to have the program
attempt to sort data
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the output procedure?
Explain what all the conditiones required for using open opcode on a file?
What is input procedure?
What is the syntax of redefine?
Explain the types of perform?
What is sort?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Define perform? And its types?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What is perform?
What are fillers?
What are the types of perform?
How to update data area in cobol 400 program?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain the difference between search and searchall?