We're just getting started...
Monday, July 11, 2011
INFILE Command
INFILE command is used for importing data.
in our 'backpain' data , we can use the INFILE command as,
libname mylib'E:\ast';
data mylib.backpain;
infile'E:\ast\backpain.txt';
input a b$ c d;
run;
proc print data=mylib.backpain;
run;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment