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
rc=read_array('account', x, 'price', 'acct');
put x=;
run;
Output 22.16 Results from the READ_ARRAY Function
The SAS System 1
The FCMP Procedure
x[1, 1]=1 x[1, 2]=2 x[1, 3]=3 x[2, 1]=4 x[2, 2]=5 x[2, 3]=6
The SAS System 2
The FCMP Procedure
x[1, 1]=2 x[1, 2]=1 x[2, 1]=5 x[2, 2]=4
RUN_MACRO Function
Executes a predefined SAS macro.
Category: Calling SAS Code from within Functions
Note: The behavior of this function is similar to executing %macro_name; in SAS.
Syntax
rc = RUN_MACRO ('macro_name' <, variable_1, variable_2, ...>);
Required Arguments
rc
is 0 if the function is able to submit the macro. The return code indicates only that
the macro call was attempted. ...
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