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
examples show how to declare your functions for external loading for most PC
compilers:
_declspec(dllexport) int myfunc(int, double);
_declspec(dllexport) int price2(int a, double foo);
MAPMISS Statement
Specifies alternative values, by type, to pass to functions if values are missing.
Syntax
MAPMISS <POINTER=pointer-value > <INT=integer-value > <DOUBLE=double-value>
< LONG=long-value > <SHORT=short-value>;
Optional Arguments
POINTER=pointer-value
specifies the pointer value to pass to functions for pointer values that are missing.
Default
null
INT=integer-value
specifies an integer value to pass to functions for integer values that are missing.
DOUBLE=double-value ...
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