Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
converting PD to ZD in sort.

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL
Author Message
ranga_subham
Currently Banned

Active User


Joined: 01 Jul 2005
Posts: 59

PostPosted: Thu Jan 05, 2006 12:51 pm    Post subject: converting PD to ZD in sort.
Reply with quote

Hi,

How to convert PD to ZD using sort?

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

New User


Joined: 10 May 2005
Posts: 28
Location: Pune

PostPosted: Thu Jan 05, 2006 2:46 pm    Post subject: Re: converting PD to ZD in sort.
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 Moderator


Joined: 15 Feb 2005
Posts: 4684
Location: San Jose, CA

PostPosted: Thu Jan 05, 2006 9:20 pm    Post subject:
Reply with quote

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

http://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
Currently Banned

Active User


Joined: 01 Jul 2005
Posts: 59

PostPosted: Fri Jan 06, 2006 8:13 am    Post subject: Re: converting PD to ZD in sort.
Reply with quote

Hi,

Thanks for the detail reply.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DFSORT/ICETOOL All times are GMT + 6 Hours
Page 1 of 1