practice challenge - getting error

20 views
Skip to first unread message

Nisha S

unread,
Feb 26, 2015, 12:35:55 AM2/26/15
to anova...@googlegroups.com
data work.country;
        lenght Country_Code $ 2 Country_Name $ 48;
        inflie "&path/country.dat" dlm=' ! ';
        input Country_Code $ Country_Name $;
run;
proc print data=work.country;
run;

Paramjit Banger

unread,
Feb 27, 2015, 5:51:08 PM2/27/15
to anova...@googlegroups.com
Check your spelling for length
Reply all
Reply to author
Forward
0 new messages