Code Comments
Programming Forum and web based access to our favorite programming groups.sameer wrote: > Hi > > I am using sort utility to drop duplicate along with summing one of > the field. this is giving me correct sum but it is coming in signed > field & not in decimal format. Does any one faced similar situation. > Please let me know. If you're using DFSORT, just add the followsing statement (b is for blank): bbOPTION ZDPRINT This will tell DFSORT to use an F sign for summed ZD values instead of a C sign. Frank Yaeger - DFSORT Team (IBM) - yaeger@us.ibm.com Specialties: ICETOOL, OUTFIL, Symbols, Migration => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.