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

Parsing a csv file


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
arien

New User


Joined: 02 Nov 2006
Posts: 43
Location: London

PostPosted: Wed Sep 24, 2008 3:27 am
Reply with quote

Hi all,

I'm looking to parse my input file which is an unformatted .csv file and produce a formatted .csv file. Can you please guide how do I locate the presence of a comma and move the parsed data to relevant variables ?

Thanks,
Arien.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Sep 24, 2008 6:38 am
Reply with quote

Hello,

I'm not sure what you mean by "unformatted" - csv is a format.

If you mean that the position of data in your input is not constant, you should be able to do what you want with UNSTRING. Make sure you define the individual target fields large enough. My preference is to make them all character fields (pic x). Once you have the data broken into component pieces, you can then work with the individual fields to validate, reformat, etc before creating the new "formatted" data.
Back to top
View user's profile Send private message
arien

New User


Joined: 02 Nov 2006
Posts: 43
Location: London

PostPosted: Wed Sep 24, 2008 7:16 pm
Reply with quote

Hello DS,

You've got the question right and Unstring is working perfectly fine for my case. Thank you.

cheers,
Arien
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Sep 24, 2008 10:23 pm
Reply with quote

You're welcome - good to hear it is working icon_smile.gif

d
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 2
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
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
Search our Forums:

Back to Top