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
of data between the function and the calling environment because the data does not need
to be copied. The syntax for specifying a formal array has the following form:
function
name(numeric-array-parameter[*],
character-array-parameter[*] $);
You can pass DATA step temporary arrays to PROC FCMP routines.
Resizing Arrays
You can resize arrays in PROC FCMP routines by calling the built-in CALL routine
DYNAMIC_ARRAY. The syntax for this CALL routine has the following form:
call dynamic_array(array, new-dim1-size <, new-dim2-size, ...>);
SAS passes to the DYNAMIC_ARRAY CALL routine both the array that is to be
resized and a new size for each dimension of ...
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