RUN

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

The RUN command runs queries or procedures from QMF temporary storage or from the database at the current location.

RUN a QMF QUERY or PROC from temporary storage

                    (1)
        .-panelname------.
>>-RUn--+----------------+-------------------------------------><
        +-QUERY----------+
        '-PROC-----------'

QUERY Options

       .-+---+------------------------------.
       | '-,-'                              |
       V                                    |
|-- (----+--------------------------------+-+--+---+------------|
         |                         (2)    |    '-)-'
         |         .-=-. .-profile------. |
         +-CONfirm-+---+-+-Yes----------+-+
         |               '-No-----------' |
         |                      (3)       |
         |      .-=-. .-newform------.    |
         +-Form-+---+-+-FORM---------+----+
         |            '-formname-----'    |
         |          .-=-.                 |
         +-Rowlimit-+---+-integer---------+
         |           .-=-.                |
         '-&variable-+---+-value----------'

PROC Options

       .-+---+---------------------.
       | '-,-'                     |
       V                           |
|-- (----+-----------------------+-+--+---+---------------------|
         |     .-=-.             |    '-)-'
         +-Arg-+---+-value-------+
         |           .-=-.       |
         '-&variable-+---+-value-'

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. A new form object is created based upon the selected data.

RUN a QMF QUERY or PROC from the database

                     (1)
        .-objecttype------.
>>-RUn--+-----------------+--objectname------------------------->
        +-QUERY-----------+
        '-PROC------------'

>--+-------------------+---------------------------------------><
   +-| QUERY Options |-+
   '-| PROC Options |--'

QUERY Options

       .-+---+------------------------------.
       | '-,-'                              |
       V                                    |
|-- (----+--------------------------------+-+--+---+------------|
         |                         (2)    |    '-)-'
         |         .-=-. .-profile------. |
         +-CONfirm-+---+-+-Yes----------+-+
         |               '-No-----------' |
         |                      (3)       |
         |      .-=-. .-newform------.    |
         +-Form-+---+-+-FORM---------+----+
         |            '-formname-----'    |
         |          .-=-.                 |
         +-Rowlimit-+---+-integer---------+
         |           .-=-.                |
         '-&variable-+---+-value----------'

PROC Options

       .-+---+---------------------.
       | '-,-'                     |
       V                           |
|-- (----+-----------------------+-+--+---+---------------------|
         |     .-=-.             |    '-)-'
         +-Arg-+---+-value-------+
         |           .-=-.       |
         '-&variable-+---+-value-'

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. A new form object is created based upon the selected data.
[ Previous Page | Next Page | Contents | Index ]