START

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

The START command begins a new QMF session. The syntax of the command depends on the language you are using. The linear syntax, which is used by REXX, is shown here.

Languages other than REXX (C, COBOL, FORTRAN, PL/I, or assembler language) use the extended syntax of the START command. See Developing QMF Applications for details.

Starting A QMF session from REXX

>>-START--+------------------------------------------------+---><
          |   .-+---+------------------------------.       |
          |   | '-,-'                              |       |
          |   V                                    |       |
          '-(---+--------------------------------+-+-+---+-'
                |               .-=-.       (1)  |   '-)-'
                '-parametername-+---+-value------'

Notes:
  1. For any parameter the value NULL may be specified to explicitly indicate the default.
[ Previous Page | Next Page | Contents | Index ]