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
 
Parsing a csv file

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
arien

New User


Joined: 02 Nov 2006
Posts: 15
Location: London

PostPosted: Wed Sep 24, 2008 3:27 am    Post subject: Parsing a csv file
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
References
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8644
Location: 221 B Baker St

PostPosted: Wed Sep 24, 2008 6:38 am    Post subject:
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: 15
Location: London

PostPosted: Wed Sep 24, 2008 7:16 pm    Post subject:
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

Global Moderator


Joined: 23 Nov 2006
Posts: 8644
Location: 221 B Baker St

PostPosted: Wed Sep 24, 2008 10:23 pm    Post subject: Reply to: Parsing a csv file
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1