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

Packed Decimal to Zoned Decimal in SORT


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

New User


Joined: 05 Sep 2006
Posts: 18

PostPosted: Fri Apr 20, 2007 4:47 pm
Reply with quote

I have one flat file, file contains one packed decimal field and I want to convert it into zoned decimal by using sort utility.

Could anyone help me regarding this.

Thanks
Shah
Back to top
View user's profile Send private message
William Thompson

Global Moderator


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

PostPosted: Fri Apr 20, 2007 4:58 pm
Reply with quote

Shah wrote:
I have one flat file, file contains one packed decimal field and I want to convert it into zoned decimal by using sort utility.
Have you looked at a manual?
Are you planning to change the lrecl?
Have you looked at how your OUTREC will be coded?
I should think that you could, at least, show what you have so far......
Back to top
View user's profile Send private message
Shah

New User


Joined: 05 Sep 2006
Posts: 18

PostPosted: Fri Apr 20, 2007 5:26 pm
Reply with quote

Quote:
Have you looked at a manual?
Are you planning to change the lrecl?
Have you looked at how your OUTREC will be coded?
I should think that you could, at least, show what you have so far......



No. I haven't looked for manual.
No. I am not going to change the lrecl.
In outrec i need only this field.

Thanks
Shah[list]
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: Fri Apr 20, 2007 8:11 pm
Reply with quote

You can use these DFSORT control statements:

Code:

   OPTION COPY
   INREC BUILD=(p,m,PD,TO=ZD,LENGTH=n)


p is the starting position of the PD input field. m is the length of the PD input field. n is the length of the ZD output field.

If you're not familiar with DFSORT and DFSORT's ICETOOL, I'd suggest reading through "z/OS DFSORT: Getting Started". It's an excellent tutorial, with lots of examples, that will show you how to use DFSORT, DFSORT's ICETOOL and DFSORT Symbols. You can access it online, along with all of the other DFSORT books, from:

Use [URL] BBCode for External Links
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 Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top