PRINT in CMS and TSO

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

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

PRINT 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.

PRINT 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--+-----------+
         |          .-=-. .-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.

PRINT 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.

PRINT 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.
[ Previous Page | Next Page | Contents | Index ]