Specifies whether the PUT function is mapped to the SAS_PUT( ) function for a database. This is also possible where the SAS_PUT( ) function is mapped.
| Valid in: | configuration file, SAS invocation, OPTIONS statement |
| Default: | SAS_PUT |
| Data source: | Aster, DB2 under UNIX, Greenplum, Netezza, Teradata |
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.
| Requirements | If you specify a database name, you must enclose the entire argument in parentheses. |
| If you specify SQLMAPPUTTO=database.SAS_PUT, database must be the same as the database where the SAS_PUT function is mapped. | |
| Tips | It is not necessary that the format definitions and the SAS_PUT( ) function reside in the same database as the one that contains the data that you want to format. You can use the database.SAS_PUT argument to specify the database where the format definitions and the SAS_PUT( ) function have been published. |
| The database name can be a multilevel name and it can include blanks. |