Macros for SAS Application Developers
https://github.com/sasjs/core
mp_testwritespeedlibrary.sas File Reference

Tests the write speed of a new table in a SAS library. More...

Go to the source code of this file.

Detailed Description

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
)
Parameters
[in]lib=(WORK) The library in which to create the table
[in]size=(0.1) The size in GB of the table to create
[out]outds=(WORK.RESULTS) The output dataset to be created.

SAS Macros

Version
9.4
Author
Allan Bowe

Definition in file mp_testwritespeedlibrary.sas.