‎2006 Dec 21 1:15 PM
Dear All,
I am facing problem in internal sort command.
While executing the program in Fore ground sort happens properly where as in back ground is not which i can absorb in spool.
Table type is Standard.
SORT int_s711_a BY gross_p DESCENDING umsmng DESCENDING.
Both gross_p & umsmng fields are of curr type with length 19.
Thanks and Regards
Joseph
‎2006 Dec 21 1:24 PM
Use.....SORT int_s711_a BY gross_p umsmng DESCENDING
Also, while sorting currency fields sometimes it happens that sort might not be proper. But it will work...If possible try to use some other key field also.
Close duplicate threads by awarding points.
‎2006 Dec 21 1:24 PM
Use.....SORT int_s711_a BY gross_p umsmng DESCENDING
Also, while sorting currency fields sometimes it happens that sort might not be proper. But it will work...If possible try to use some other key field also.
Close duplicate threads by awarding points.