anna_s
01-04-2009, 10:29 AM
I have a large file that needs to be read into SAS. It is comma delimited and I have no problem with that. However some of the columns are not comma delimited and need to be. For example:
The format the data is in:
Grey,Type4,67,98,78987678
The format it should be:
Grey,Type4,67,98,78,98,76,78
Is there an easy way to read the data in properly? Just importing it as a comma delimited file makes it impossible to read the last values correctly.
Thanks
The format the data is in:
Grey,Type4,67,98,78987678
The format it should be:
Grey,Type4,67,98,78,98,76,78
Is there an easy way to read the data in properly? Just importing it as a comma delimited file makes it impossible to read the last values correctly.
Thanks