Skip to Main Content
Base SAS 9.4 Procedures Guide, Third Edition
book

Base SAS 9.4 Procedures Guide, Third Edition

by SAS Institute
August 2014
Intermediate to advanced content levelIntermediate to advanced
2218 pages
209h 16m
English
SAS Institute
Content preview from Base SAS 9.4 Procedures Guide, Third Edition
t[i]=a[i];
end;
call standardize(t, 0, 1);
do i=1 to 5;
a[i]=t[i];
end;
output;
run;
data numbers;
drop i j;
array a[5];
do j=1 to 5;
do i=1 to 5;
a[i]=ranuni(12345) * (i+123.234);
end;
output;
end;
run;
Write the output.
proc print data=work.numbers;
run;
Output: Standardizing Rows in a Data Set
Output 21.7 Results from Standardizing Each Row of a Data Set
References
SAS Institute Inc. 2013. SAS Component Objects: Reference. Cary, NC: SAS Institute
Inc.
Henrick, A., D. Erdman, and S. Christian. 2013. “Hashing in PROC FCMP to Enhance
Your Productivity.” Proceedings of the SAS Global Forum 2013 Conference, Cary,
NC. SAS Institute Inc., 1–15. Available ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Base SAS 9.4 Procedures Guide, Second Edition

Base SAS 9.4 Procedures Guide, Second Edition

SAS Documentation
Oracle® Database 10g Insider Solutions

Oracle® Database 10g Insider Solutions

Arun Kumar R., John Kanagaraj, Richard Stroupe

Publisher Resources

ISBN: 9781629593043