![]() |
Production Ready Macros for SAS Application Developers
https://github.com/sasjs/core
|
Tests the write speed of a new table in a SAS library. More...
Go to the source code of this file.
Will create a new table of a certain size in an existing SAS library. The table will have one column, and will be subsequently deleted.
%mp_testwritespeedlibrary( lib=work ,size=0.5 ,outds=work.results )
lib= | (WORK) The library in which to create the table |
size= | (0.1) The size in GB of the table to create |
outds= | (WORK.RESULTS) The output dataset to be created. |
Definition in file mp_testwritespeedlibrary.sas.