- objectname
- The name of a QMF object in the database.
- tablename
- The name of a table in the database.
This can be the name of a TABLE,
VIEW, SYNONYM, or ALIAS.
- datasetname
- Names the TSO data set to receive the exported object. The data set
name is specified in either of the following ways:
- A partial TSO name without single quotation marks.
A fully qualified
data set name is generated by using your TSO prefix as the first qualifier
and appending the object type as the last qualifier.
- A fully qualified TSO data set name where the entire name is enclosed
in single quotation marks.
This form must be used when the data set name
has a prefix that is not your own.
- MEMBER
- Indicates the exported object will be a member in a TSO partitioned
data set.
For charts, the exported object will be a member in the partitioned
data set defined by your QMF environment for GDDM GDF (graphics data format)
data. If the member already exists it will be replaced.
- membername
- Names the member that receives the exported object. Member names are
limited to 8 characters. The member name is added (in parentheses) as a suffix
to the data set name.
- CONFIRM
- Indicates whether a confirmation panel is displayed when this command
will replace an existing TSO data set or partitioned data set member.
- LANGUAGE
- Indicates whether QMF keywords contained within the exported form are
recorded in English or in the current NLF session language.
A QMF form
containing QMF keywords in English can be used in any QMF session. A QMF form
containing QMF keywords in any other QMF national language can be used only
in a session of that same QMF national language.
- DATAFORMAT
- Specifies the file format to be used for the exported object.
- QMF
- Use the QMF format. This is the default format for exporting a report,
the data object or a table.
- HTML
- Use the HTML format. This can be used only when exporting a report.
The TSO data set can then be transferred to a web server for viewing by a
web browser.
- IXF
- Use the Integration Exchange Format. This can be used only when exporting
the data object or a table.
- OUTPUTMODE
- Specifies how to represent numeric data in the exported object.
This option can only be specified when the export file format is IXF.
- BINARY
- Numeric column data is encoded in its native internal format.
This
does not apply to any numeric data in the header records of the exported object.
These are always represented in a character format.
- CHARACTER
- Numeric column data is converted to a character representation in EBCDIC.
- ICUFORM
- Specifies the name of a chart format. A chart format contains the specifications
required to turn data into a chart. Different formats are used to produce
different types of charts.
- DSQCFORM
- The name of the default chart format provided by QMF.
This format
can be customized by your QMF administrator. It provides a bar chart if not customized.
- chartname
- The name of a chart format saved in
- ICUCHART
- Specifies the default chart format for the GDDM Interactive Chart Facility.
- BAR
- HISTOGRAM
- LINE
- PIE
- POLAR
- SCATTER
- SURFACE
- TOWER
- TABLE
- The name of a chart format provided by QMF.
[