- 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.
- queuename
- Names the CICS data queue to receive the exported object. The maximum
length of the name is:
The type of storage for the queue must match the type specified with
the QUEUETYPE parameter.
- QUEUETYPE
- Indicates the type of CICS storage used for the data queue receiving
the object. There is no default for QUEUETYPE, it must be specified.
- TS
- A CICS temporary storage queue.
- TD
- A CICS transient data queue.
- SUSPEND
- Specifies the action to take when the data queue is busy and unavailable.
- NO
- Cancel the export request.
- YES
- Wait until the data queue is available.
- MEMBER
- Indicates the exported object will be a member in the VSAM file 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.
- CONFIRM
- Indicates whether a confirmation panel is displayed when this command
will change or replace the data queue. This option is only valid for CICS
temporary storage queues (QUEUETYPE=TS).
- 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.
- 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.
[