|
On 9 Jul, 06:33, tobyd...@HOTMAIL.COM (toby dunn) wrote:
> You should have paid closer attention to the responses about 'The Little SAS
> Book'.
>
> I only did a few vars since I am lazy but you get the hint
>
> Data Need ;
> Infile Cards Dlm = ',' ;
> Input Var1 $ @ ;
What happens if there is a comma in the middle of some quoted text?
Will SAS split the field? Is there a better way of reading it in or
"importing" it programmatically? I have to look at this today bur can
only spend 5 minutes on it.
|