skip to main
|
skip to sidebar
SAS Programming
4/20/2008
reading unaligned data(list input) inline
example: comma delimited data
data std;
infile datalines dlm=',' ;
input name$ age class sex grade;
datalines;
sahin,21,4,0,3.1
dasd,20,2,1,2.90
;
run;
proc print;
run;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2008
(5)
▼
April
(5)
concatenating data sets
conditional processing ( if )
reading data that requires spedcial intructions(Fo...
reading data that is aligned in columns(column inp...
reading unaligned data(list input) inline
►
2007
(14)
►
October
(14)
sas programming books
if you need some books.
here
there are
About Me
emreb-n
View my complete profile
No comments:
Post a Comment