Difference between revisions of "Default Values and the Generic Indexer"

m
IBM CMOD generic index - updated character removal point.
m (IBM CMOD generic index - updated character removal point.)
Line 11: Line 11:
* When the field name appears in the Generic Index file, with a corresponding value, that value is used.
* When the field name appears in the Generic Index file, with a corresponding value, that value is used.
** If the value is blank, the blank is loaded into the database, and the default value is NOT used.
** If the value is blank, the blank is loaded into the database, and the default value is NOT used.
** Even if after character removal, the results in no value ( a string with 0 length ), the default value is NOT used.
** Even if after character removal, the result in no value (for example, a string with 0 length ), the default value is NOT used.
* If the field DOES NOT appear in the IBM CMOD Generic Index file, THEN the default value is used.
* If the field DOES NOT appear in the IBM CMOD Generic Index file, THEN the default value is used.