![]() Chapter Contents |
![]() Previous |
![]() Next |
| NULLCHAR= |
| Default value: | SAS |
| See Also: | NULLCHARVAL=, DBNULL= |
| Syntax | |
| Details |
Syntax |
| NULLCHAR=SAS | YES | NO |
| Details |
The NULLCHAR= option determines whether or not a NULL is inserted into the DBMS column when there is a character missing value in the SAS data set.
The NULLCHAR= option works in conjunction with the NULLCHARVAL= data set option, which determines what is inserted if NULL values are not allowed. If NULLCHAR=NO, the value specified by NULLCHARVAL= is inserted, regardless of whether the DBMS allows NULLs for the column. NULLCHAR= affects insert and update processing. Note that all SAS numeric missing values (represented in SAS as '.') are inserted into the DBMS as NULLs.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.