|
On Tue, 20 Jun 2006, mom wrote:
> how might I read in a file that looks like this (sas pseudocode included)
>
> data a; informat type $; infile cards DLM=";";
^
DSD (?)
> cards;
cards4 ;
datalines4 ;
> ford taurus ; mustang GTO; whatever v whatever; data wraps around like
> this; some more data; short data; very long data line here;
> ;;;
;;;;
>
> run;
>
> expected result
> list of type
>
> ford taurus
> mustang GTO
> whatever v whatever
> data wraps around like this
> some more data
> short data
> very long data line here
>
Kevin Viel
Department of Epidemiology
Rollins School of Public Health
Emory University
Atlanta, GA 30322
|