Hi!
Can anyone help me with DFSORT.
I am trying to sort the number below but I am getting an incorrect output.
Incorrect output:
10.2
2.2
1.4
118
Expected Output:
118
10.2
2.2
1.4
Frank Yaeger wrote:DFSORT's new UFF (unsigned free form) format can extract up to 31 digits from a field of up to 44 characters. DFSORT's new SFF (signed free form) format can extract a sign and up to 31 digits from a field of up to 44 characters. These new formats can be used in DFSORT's SORT, MERGE, INCLUDE, OMIT, INREC, OUTREC and OUTFIL statements, and in the ON and BREAK parameters for all of DFSORT's ICETOOL operators.
For complete information on all of the new DFSORT and ICETOOL functions available with these DFSORT PTFs, see:
http://www.ibm.com/servers/storage/supp ... /mvs/pdug/
Return to DFSORT/ICETOOL/ICEGENER