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

To insert zeroes in a PIPE delimited file


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

New User


Joined: 10 Mar 2011
Posts: 45
Location: india

PostPosted: Mon Mar 16, 2015 3:05 pm
Reply with quote

I have a file in the PIPE delimiter format.

1|2|20150316
1|20|20150316

My output should lokk like

1|002|20150316
1|020|20150316

Second field is three byte field. if its not three bytes i have to insert zeroes infront of each value.

PLease let me know how can we achiev this by using sort command
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Mon Mar 16, 2015 3:36 pm
Reply with quote

Why do you need to do that? (can't the reader realise that the presence/absence of leading zeros does not affect the value of anything)

Why can't the source of the data make that field fixed-length for you?

If you are stuck doing it, it is a simple PARSE into three parts, and using an EDIT= for the second PARSEd field as you use BUILD to remake the line.
Back to top
View user's profile Send private message
dharmaraok

New User


Joined: 10 Mar 2011
Posts: 45
Location: india

PostPosted: Mon Mar 16, 2015 3:41 pm
Reply with quote

This file is coming from the upstream applications thats why I want to do reformat
how can we parse it by using EDIT option
Back to top
View user's profile Send private message
dharmaraok

New User


Joined: 10 Mar 2011
Posts: 45
Location: india

PostPosted: Mon Mar 16, 2015 4:27 pm
Reply with quote

Thanks Bill,

By using PARSE i have completeed the coding and its working fine.
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 FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
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 SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top