IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Decimal Point Handling with ZD in Sort


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sozhamadevi.K

New User


Joined: 09 Jan 2007
Posts: 1
Location: Chennai

PostPosted: Wed Jan 10, 2007 9:19 am
Reply with quote

Input file has the Number in Pic X(10) format. ZD in Sum fields does'nt seem to work.The Data is in the format S9(x).9(y) format with an explicit '.'.Should we convert it before summing or is there any other way to resolve this?
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Jan 10, 2007 1:25 pm
Reply with quote

Sozhamadevi.K wrote:
Input file has the Number in Pic X(10) format. ZD in Sum fields does'nt seem to work.The Data is in the format S9(x).9(y) format with an explicit '.'.Should we convert it before summing or is there any other way to resolve this?
If you have the manual or looked at some of these posts, you would realize that DFSORT can handle leading and trailing signs in addition to imbeded decimal points.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Wed Jan 10, 2007 9:37 pm
Reply with quote

ZD cannot handle an embedded decimal point. You can use DFSORT's SFF format to convert the value to ZD, SUM it as ZD, and then convert it back to the original format. For details, see the "Sum a number with a decimal point" Smart DFSORT Trick at:

www.ibm.com/servers/storage/support/software/sort/mvs/tricks/
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Point and Shoot )PTNS TSO/ISPF 0
Search our Forums:

Back to Top