Indicates how missing character values are handled during insert, update, DBINDEX=, and DBKEY= processing.
Valid in: | DATA and PROC steps |
Default: | SAS |
Supports: | DB2 under UNIX and PC, Greenplum, MySQL, ODBC, Oracle, Teradata |
indicates that missing character values are treated as null values if the DBMS allows null values. Otherwise, they are treated as the NULLCHARVAL= value.
indicates that missing character values are treated as null values if the DBMS allows null values. Otherwise, an error is returned.
indicates that missing character values are treated as the NULLCHARVAL= value (regardless of whether the DBMS allows null values for the column).