1 – Data
Data
Nodata
The Data qualifier specifies that the contents of segmented
strings and tables are to be displayed in hexadecimal format
along with the ASCII translation. Specifying the Nodata qualifier
excludes the contents of segmented strings and tables from the
display and generates much less output.
The default is the Data qualifier.
2 – Options=option-list
Options=option-list
The Options qualifier allows the user to modify the output from
the RMU Dump Export command.
If you specify more than one option, you must separate the
options with a comma and enclose the options-list parameter
within parentheses.
- ALLOCATION
When importing databases for testing, the full allocation
recorded in the interchange file is often not required. The
clauses ALLOCATION and SNAPSHOT ALLOCATION are controlled by
this option. The default is ALLOCATION. Use NOALLOCATION to
omit these clauses from the generated SQL script. This option
is ignored if NOIMPORT_DATABASE is specified or defaulted for
the OPTIONS qualifier.
- FILENAME_ONLY
When importing databases for testing, the full file
specification for the database root, storage areas and
snapshot areas recorded in the interchange file is often
not required. The FILENAME clauses are controlled by this
option which trims the specification to only the filename
portion. The default is NOFILENAME_ONLY. Use FILENAME_ONLY to
truncate the file specification in the generated SQL script.
This option is ignored if NOIMPORT_DATABASE is specified or
defaulted for the OPTIONS qualifier.
- HEADER_SECTION
This option allows the database administrator to display just
the header portion of the interchange file and avoid dumping
the data or metadata for every row in the table.
- IMPORT_DATABASE
This keyword requests that the output from RMU Dump Export
be formatted as a SQL IMPORT DATABASE statement. It uses
the database attributes present in the interchange file
formatted as SQL clauses. Of particular interest are the
CREATE STORAGE AREA clauses which are required to IMPORT the
source interchange (.rbr) file.
The keyword HEADER_SECTION is implicitly selected when IMPORT_
DATABASE is used, limiting the I/O to the interchange file to
the section containing the database attributes.
The default is NOIMPORT_DATABASE.
3 – Output
Output=file-name
Specifies the name of the file where output is sent. The default
is SYS$OUTPUT. The default output file type is .lis, if you
specify a file name.