SAS & Statistics
Thursday, September 3, 2009
Remove formats/informats/labels from a SAS dataset
data demo;
set demo;
attrib _all_ label=''; *remove labels;
format _all_; *remove formats;
informat _all_; *remove informats;
run;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment