RDB/VMS SQL NULL — VMS RDB_4.0
Specifies the null value. You cannot use NULL in all the same
places that you can use literals. For instance, you cannot
specify the NULL keyword within a value expression. The
following example illustrates the use of NULL:
UPDATE EMPLOYEES
SET STATUS_CODE = NULL
WHERE EMPLOYEE_ID = '00167';