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
struct mystruct * s);
externc fillMyStruct;
int fillMyStruct(short a, short b,
struct mystruct * s) {
s ->a = a;
s ->b = b;
return(0);
}
externcend;
run;
Limitations for C Language Specifications
The limitations for the C language specifications in the PROTO procedure are as
follows:
#define statements must be followed by a semicolon (;) and must be numeric in
value.
The #define statement functionality is limited to simple replacement and unnested
expressions. The only symbols that are affected are array dimension references.
The C preprocessor statements #include and #if are not supported. The SAS macro
%INC can be used in place of #include. ...
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