Can i read output file created after SORTing in the same program.
SORT WORK-FILE ON ASCENDING KEY SORT-KEY USING INPUT-FILE GIVING OUTPUT-FILE.
Is there any way, I can read sorted out OUTPUT-FILE in the same program after creating it.
Thank you.
savitha_y wrote:Can i read output file created after SORTing in the same program.
SORT WORK-FILE ON ASCENDING KEY SORT-KEY USING INPUT-FILE GIVING OUTPUT-FILE.
Is there any way, I can read sorted out OUTPUT-FILE in the same program after creating it.
Thank you.