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

Sort-Changing the HEXDEcimal position


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

New User


Joined: 16 Nov 2005
Posts: 23

PostPosted: Fri Nov 03, 2006 2:57 pm
Reply with quote

HI ,
I have the data in HEXDECIMAL FORMAT
00C0
11D0
01C0
01D0

Like this
I won't move that Sign position to the last
output would be like
000C
110D
010C
010D

Please help me on this.Thanks.

Regards,
Ganga
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Fri Nov 03, 2006 3:00 pm
Reply with quote

Hi !

Please have a look at the OUTREC statement of Sort.

Code:

   OPTION COPY
   OUTREC FIELDS=(1,2,4,1,3,1)


Regards, UmeySan
Back to top
View user's profile Send private message
ganga79

New User


Joined: 16 Nov 2005
Posts: 23

PostPosted: Fri Nov 03, 2006 5:02 pm
Reply with quote

Hi Umey,

Thanks for your help......it is working fine....

Thanks,
Ganga
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
No new posts how to calculate SUM for VB file usin... JCL & VSAM 1
Search our Forums:

Back to Top