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

Converitng from ? to display format


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

New User


Joined: 25 Apr 2005
Posts: 5
Location: india

PostPosted: Wed Jun 30, 2010 3:52 pm
Reply with quote

My input file has below format .. but i am not sure what input file format for 8 bytes

Original data
Ø n

Hex format
00002819
00004085

I need to get output like 9(16) format

0000000024801895

We are using Df sort so Could you please provide the Sortcard?
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 Jun 30, 2010 10:09 pm
Reply with quote

John,

You can use these DFSORT control statements to do what you asked for:

Code:

  OPTION COPY           
  INREC BUILD=(1,8,HEX) 
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 Populate last day of the Month in MMD... SYNCSORT 2
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts InfoSphere OPTIM CSV ouput vs DSNTIUA... IBM Tools 3
No new posts Need mmmyy date format SYNCSORT 6
Search our Forums:

Back to Top