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
WRITE_ARRAY
Writes data from a PROC FCMP array variable to a data set that can then be used by SAS programs,
macros, and procedures.
Category: Array
Note: When SAS translates between an array and a data set, the array will be indexed as
[row, column].
Syntax
rc = WRITE_ARRAY(data_set_name, array_variable <, 'column_name_1', 'column_name_2', ...>);
Required Arguments
rc
is 0 if the function is able to successfully write the data set.
data_set_name
specifies the name of the data set to which the array data will be written.
Data_set_name must be a character literal or variable that contains the member name
(libname.memname) of the data set to be created. ...
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