SQL_FUNCTIONS_COPY= LIBNAME Option

Writes the function associated with this particular LIBNAME statement to a SAS data set or the SAS log.
Valid in: SAS/ACCESS LIBNAME statement
Default: none
Restrictions: You must specify a two-part data set name, such as <libref.member> or an error results.

<libref.member> must be a SAS data set. It is not checked to make sure that it is assigned to the default Base SAS engine.

Data source: Aster nCluster, DB2 under UNIX and PC Hosts, DB2 under z/OS, Greenplum, HP Neoview, MySQL, Netezza, ODBC, Oracle, Sybase, Sybase IQ, Teradata
See: SQL_FUNCTIONS= LIBNAME option\

Syntax

SQL_FUNCTIONS_COPY=<libref.member> | SASLOG

Syntax Description

<libref.member>
writes the current in-memory function list to a user-specified SAS data set for this particular LIBNAME statement.
SASLOG
writes the current in-memory function list to the SAS log for this particular LIBNAME statement.