Specifies whether the PUT function is mapped to the SAS_PUT() function for a database, possible also where the SAS_PUT() function is mapped.
| Valid in: | configuration file, SAS invocation, OPTIONS statement |
| Category: | Files: SAS files |
| Default: | SAS_PUT |
| Data source: | DB2 under UNIX and PC Hosts, Netezza, Teradata |
| See: | “SQL_FUNCTIONS= LIBNAME Option” in SAS/ACCESS for Relational Databases: Reference, SAS In-Database Products: User’s Guide |
specifies to PROC SQL that no PUT mapping is to occur.
specifies that the PUT function be mapped to the SAS_PUT() function.
specifies the database name.
| Requirement | If you specify a database name, you must enclose the entire argument in parentheses. |