HP System Dictionary/XL Utilities Reference Manual - Part 1 SDDBD (32256-90003)

Chapter 3 31
SDDBD Commands
IMAGE Command
COMPLETE
If IMAGE-COMPATIBILITY is selected, then SDDBD will check only the
count, byte-length, and element-type attribute values for compatibility. If
COMPLETE is selected, then SDDBD will also check the display-length
attribute value for compatibility. The default is IMAGE-COMPATIBILITY.
flow-control-option:
Determines the manner in which loading will be handled when
conflicts arise.
The following values are available:
PROMPT Displays the following prompt when a conflict is found:
Skip, Replace, enter New name, or Terminate (S/R/N/T)? >
SKIP The new definition is skipped and not loaded.
REPLACE The new definition will replace the old definition. The old
definition and all the relationships involving it will be
permanently deleted.
NEW A prompt for a new name is issued. The name entered will
become the name of the entity and the original name is
assigned to the image-alias attribute.
TERMINATE The loading process terminates immediately.
PROMPT is the default for session mode; whereas, SKIP is the default for
batch mode.
QUIET VERBOSE Allows monitoring of the loading process, if desired. VERBOSE
produces a message for each entity and relationship processed. To
suppress the reporting of the entities and relationships that are
successfully loaded, specify the QUIET option. The default is QUIET.
Example:
>IMAGE DATABASE=supply;
>>PASSWORD=ship;
>>OPEN-MODE=8;
>>BACK-REFERENCE=OFF;
>>SENSITIVITY=PRIVATE;
>>OPTION=NEW;
>>VERBOSE.
>