SUFFIX – Object name suffixing
How to manage the SUFFIX
Batch
Loader keyword.
DISABLE
- The
SUFFIX
keyword has no effect. FAIL
- If adding the
SUFFIX
to the name of the object the maximum length is exceeded, the process fails (default). IGNORE
- If adding the
SUFFIX
to the name of the object the maximum length is exceeded, theSUFFIX
is ignored. OVERLAY
- If adding the
SUFFIX
to the name of the object the maximum length is exceeded, theSUFFIX
is overlayed over the rightmost portion of the field. TRUNCATE
- If adding the
SUFFIX
to the name of the object the maximum length is exceeded, the suffix is added to the end of the field and truncated to fit the field width.