I am trying to sort a file descending and am having difficulty.
All of the COBOL programs I work with access library programs for data, the file to sort is also a library program. In the environment division file control, no select statements are used, only COPY FILENAME, and the same in the file section of the data division.
I have used a select statement in file control, and an SD in the file section, but to no avail. Has anyone dealt with this before?
Thanks
All of the COBOL programs I work with access library programs for data, the file to sort is also a library program. In the environment division file control, no select statements are used, only COPY FILENAME, and the same in the file section of the data division.
I have used a select statement in file control, and an SD in the file section, but to no avail. Has anyone dealt with this before?
Thanks