Is it possible to read the full name below, just by having on input
variable in the input statement. I tried different options. It did not
work.
Help please
This is the code.
data name;
*infile datalines dsd delimiter='';
input name $ char12.;
datalines;
John Smith
David Sheperd
Raj Singh
;