OUTPUTSET Keyword (OMS command)

OUTPUTSET is an alternative to OUTFILE that allows you to route each output object to a separate file. The keyword must be followed by an equals sign (=) and one of the following alternatives:

LABELS. Output file names based on output object label text. Label text is the text that appears in the outline pane of the Viewer. See the topic LABELS Keyword (OMS command) for more information.

SUBTYPES. Output file names based on subtype identifiers. Subtypes apply only to tables. See the topic SUBTYPES Keyword (OMS command) for more information.

Example

OMS
 /SELECT TABLES
 /DESTINATION FORMAT = OXML OUTPUTSET = SUBTYPES.
  • OUTPUTSET will not overwrite existing files. If a specified file name already exists, an underscore and a sequential integer will be appended to the file name.