7.78.2 INSERT Comments / Warnings

    INSERT FIELDS(#CUSTNO #NAME) TO_FILE(NAMES)

     would cause #ADD1 to be set to blanks in the new record and #POSTCD to be set to 2000 (if these were the data dictionary defaults for the fields).

     For example, if the primary key of file NAMES is #CUSTNO then the following operations will fail:

    INSERT FIELDS(#NAME #ADD1) TO_FILE(NAMES)

    INSERT FIELDS(#POSTCD) TO_FILE(NAMES)