DB2 graphic  QMF Version 8

PRINT in CMS and TSO

TSO With ISPF TSO Without ISPF CMS With ISPF CMS Without ISPF CICS
X X X X

In DB2 QMF Version 8.1, the PRINT command for TSO has been changed to support long owner and table names. See Long names support in Version 8.1.

The PRINT command prints a copy of an object in the QMF temporary storage area or an object stored in the database.

Read syntax diagramSkip visual syntax diagramPRINT a QMF object from temporary storage

                      (1)
          .-panelname------.
>>-PRInt--+----------------+------------------------------------>
          +-QUERY----------+
          +-FORM-----------+
          +-PROC-----------+
          '-PROFILE--------'

>--+-----------------------------------------------------+-----><
   |    .-+---+----------------------------------.       |
   |    | '-,-'                                  |       |
   |    V                                        |       |
   '- (---+------------------------------------+-+-+---+-'
          |                         (2)        |   '-)-'
          |         .-=-. .-profile----------. |
          +-PRinter-+---+-+-printername------+-+
          |               |             (3)  | |
          |               '-blankstring------' |
          |                        (4)         |
          |        .-=-. .-profile------.      |
          +-Length-+---+-+-integer------+------+
          |              |      (5)     |      |
          |              '-Cont---------'      |
          |                       (6)          |
          |       .-=-. .-profile------.       |
          +-Width-+---+-+-integer------+-------+
          |        .-=-. .-Yes-.               |
          +-PAgeno-+---+-+-No--+---------------+
          |          .-=-. .-Yes-.             |
          '-Datetime-+---+-+-No--+-------------'

Notes:
  1. The name of the QMF object panel currently displayed, if appropriate, is used.
  2. The value set in your profile is used.
  3. Use of this option is limited. Refer to the description that follows.
  4. The value set in your profile is used.
  5. Use of this option is limited. Refer to the description that follows.
  6. The value set in your profile is used.

Read syntax diagramSkip visual syntax diagramPRINT a QMF REPORT from temporary storage

                      (1)
          .-panelname------.
>>-PRInt--+----------------+------------------------------------>
          '-REPORT---------'

>--+------------------------------------------------+----------><
   |   .-+---+------------------------------.       |
   |   | '-,-'                              |       |
   |   V                                    |       |
   '-(---+--------------------------------+-+-+---+-'
         |      .-=-. .-FORM-----.        |   '-)-'
         +-Form-+---+-+-formname-+--------+
         |                         (2)    |
         |         .-=-. .-profile------. |
         +-PRinter-+---+-+-printername--+-+
         |               '-blankstring--' |
         |                        (3)     |
         |        .-=-. .-profile------.  |
         +-Length-+---+-+-integer------+--+
         |              |      (4)     |  |
         |              '-Cont---------'  |
         |                       (5)      |
         |       .-=-. .-profile------.   |
         +-Width-+---+-+-integer------+---+
         |        .-=-. .-Yes-.           |
         +-PAgeno-+---+-+-No--+-----------+
         |                       (6)      |
         |     .-=-.  .-dsqec cc------.   |
         +-CC--+---+--+-Yes-----------+---+
         |            '-No------------'   |
         |          .-=-. .-Yes-.         |
         '-Datetime-+---+-+-No--+---------'

Notes:
  1. The name of the QMF object panel currently displayed, if appropriate, is used.
  2. The value set in your profile is used.
  3. The value set in your profile is used.
  4. Use of this option is limited. Refer to the description that follows.
  5. The value set in your profile is used.
  6. dsqec_cc can be set to 1 where cc is in effect and the report will have a carriage control char in col 1, or 0 for no carriage control char in col 1.

Read syntax diagramSkip visual syntax diagramPRINT a CHART

>>-PRInt--CHART------------------------------------------------->

>--+----------------------------------------------------+------><
   |   .-+---+----------------------------------.       |
   |   | '-,-'                                  |       |
   |   V                                        |       |
   '-(---+------------------------------------+-+-+---+-'
         |                         (1)        |   '-)-'
         |         .-=-. .-profile------.     |
         +-PRinter-+---+-+-printername--+-----+
         |       .-=-. .-Percent-----.        |
         +-Units-+---+-+-Inches------+--------+
         |             '-Centimeters-'        |
         |               .-6  (Centimeters)-. |
         |               +-6  (Inches)------+ |
         |         .-=-. +-95 (Percent)-----+ |
         +-CLength-+---+-+-integer----------+-+
         |              .-6  (Centimeters)-.  |
         |              +-6  (Inches)------+  |
         |        .-=-. +-95 (Percent)-----+  |
         +-CWidth-+---+-+-integer----------+--+
         |         .-=-. .-0-------.          |
         +-Hoffset-+---+-+-integer-+----------+
         |         .-=-. .-0-------.          |
         +-Voffset-+---+-+-integer-+----------+
         |         .-=-. .-DSQCFORM--.        |
         '-Icuform-+---+-+-chartname-+--------'
                         +-ICUCHART--+
                         +-BAR-------+
                         +-HISTOGRAM-+
                         +-LINE------+
                         +-PIE-------+
                         +-POLAR-----+
                         +-SCATTER---+
                         +-SURFACE---+
                         +-TOWER-----+
                         '-TABLE-----'

Notes:
  1. The value set in your profile is used.

Read syntax diagramSkip visual syntax diagramPRINT an object from the database

                       (1)
          .-objecttype------.
>>-PRInt--+-----------------+--objectname----------------------->
          +-QUERY-----------+
          +-FORM------------+
          +-PROC------------+
          '-TABLE-----------'

>--+-----------------------------------------------------+-----><
   |    .-+---+----------------------------------.       |
   |    | '-,-'                                  |       |
   |    V                                        |       |
   '- (---+------------------------------------+-+-+---+-'
          |                         (2)        |   '-)-'
          |         .-=-. .-profile----------. |
          +-PRinter-+---+-+-printername------+-+
          |               |             (3)  | |
          |               '-blankstring------' |
          |                        (4)         |
          |        .-=-. .-profile------.      |
          +-Length-+---+-+-integer------+------+
          |              |      (5)     |      |
          |              '-Cont---------'      |
          |                       (6)          |
          |       .-=-. .-profile------.       |
          +-Width-+---+-+-integer------+-------+
          |        .-=-. .-Yes-.               |
          +-PAgeno-+---+-+-No--+---------------+
          |          .-=-. .-Yes-.             |
          '-Datetime-+---+-+-No--+-------------'

Notes:
  1. The type of the named object, if appropriate, is used. QMF type objects have priority over other types of database objects.
  2. The value set in your profile is used.
  3. Use of this option is limited. Refer to the description that follows.
  4. The value set in your profile is used.
  5. Use of this option is limited. Refer to the description that follows.
  6. The value set in your profile is used.


Go to the previous page Go to the next page

Downloads | Library | Support | Support Policy | Terms of use | Feedback
Copyright IBM Corporation 1982,2004 Copyright IBM Corporation 1982, 2004
timestamp Last updated: March, 2004