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

converting PD to ZD in sort.


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

New User


Joined: 01 Jul 2005
Posts: 51

PostPosted: Thu Jan 05, 2006 12:51 pm
Reply with quote

Hi,

How to convert PD to ZD using sort?

Please help.
Back to top
View user's profile Send private message
vinodmaanju

New User


Joined: 10 May 2005
Posts: 28
Location: Pune

PostPosted: Thu Jan 05, 2006 2:46 pm
Reply with quote

SUPPOSE WANT TO COPY RECORDS IN ANOTHER PS AND WANT TO CHANGE FIELD 76-80 POSITION PD TO ZD. ZD TAKES 10 BYTES DEFAULT BUT CAN OVERRIDE IT BY LENGTH PARAMETER.


Code:

//STEP EXEC PGM=SORT
//...
//....
//...
//SYSIN DD *
  OPTION COPY
  OUTREC FIELDS=(1,75,76,5,PD,TO=ZD,LENGTH=6)
/*
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: Thu Jan 05, 2006 9:20 pm
Reply with quote

See the following for more information on numeric conversion with DFSORT:

www.ibm.com/servers/storage/support/software/sort/mvs/beyond_sorting/online/srtmboft.html#ocv
Back to top
View user's profile Send private message
ranga_subham

New User


Joined: 01 Jul 2005
Posts: 51

PostPosted: Fri Jan 06, 2006 8:13 am
Reply with quote

Hi,

Thanks for the detail reply.
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 Issues Converting From ZD to Signed N... DFSORT/ICETOOL 4
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 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