Hi Friends,
I need your help about sorting in JCL, my input file :
header record
1
2
3
4
5
trailer record.
how to sorting using JCL, I can get the output like following:(keep header and
trailer, reverse for others.)
header record
5
4
3
2
1
trailer record.
anybody have sample code or good surggestion, thank you very much!