Output=[out-file] Nooutput Names the file to which the RMU Extract command writes the data definition language (DDL) statements. The file extension defaults to .rdo, if you specify the Language=RDO qualifier; .sql, if you specify either the Language=SQL or the Language=ANSI_SQL qualifier. If you specify the Volume option only, the output file type defaults to .pdl. If you specify Load, Security, Verify, or Unload only, the output file type defaults to .com. The default is SYS$OUTPUT. If you disable the output by using the Nooutput qualifier, command scripts are not written to an output file. The Log output can be used to determine which features used by the database cannot be converted to SQL. Using Qualifiers to Determine Output Selection shows the effects of the various combinations of the Language and Options qualifiers. Table 10 Using Qualifiers to Determine Output Selection Language Option Effect on Output RDO Normal Generates RDO syntax. Full Generates RDO syntax. Dictionary_ Outputs path name references to the References repository. Nodictionary_ Converts path name references to References the repository to RDO syntax. Multischema Ignored by RDO. SQL Normal Generates SQL syntax. Full Tries to convert RDO specific features to SQL (for example, the VALID IF clause). Dictionary_ Outputs path name references to the References data dictionary. Nodictionary_ Converts path name references to References the data dictionary to SQL syntax. Multischema Selects SQL multischema naming of objects. ANSI_ Normal Generates ANSI/ISO syntax. SQL Full Generates ANSI/ISO SQL92 syntax supported by SQL. Dictionary_ Ignored for ANSI_SQL. References Nodictionary_ Converts path name references to References the data dictionary to SQL syntax. This is the default for ANSI_SQL. Multischema Selects SQL multischema naming of objects. Any Audit_Comment Adds a comment before each definition. Debug Annotates output where possible. Domains Replaces domain names for CAST expression, column and parameter definitions, and returns clauses with SQL data type. Filename_Only Truncates all file specifications extracted from the database to only the file name. Volume_Scan Forces a true count of Tables. Only valid for Items=Volume.