DISPLAY

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

The DISPLAY command displays an object from QMF temporary storage or an object from the database.

Display a QMF object in temporary storage

>>-DIsplay--+-QUERY----------------+---------------------------><
            +-PROC-----------------+
            +-PROFILE--------------+
            +-REPORT---------------+
            '-FORM-+-------------+-'
                   +-.MAIN-------+
                   +-.BREAK1-----+
                   +-.BREAK2-----+
                   +-.BREAK3-----+
                   +-.BREAK4-----+
                   +-.BREAK5-----+
                   +-.BREAK6-----+
                   +-.CALC-------+
                   +-.COLUMNS----+
                   +-.CONDITIONS-+
                   +-.DETAIL-----+
                   +-.FINAL------+
                   +-.OPTIONS----+
                   '-.PAGE-------'

Display a CHART

>>-DIsplay--CHART----------------------------------------------->

>--+------------------------------------------+----------------><
   '- (-+-----------------------------+-+---+-'
        |         .-=-. .-DSQCFORM--. | '-)-'
        '-Icuform-+---+-+-chartname-+-'
                        +-ICUCHART--+
                        +-BAR-------+
                        +-HISTOGRAM-+
                        +-LINE------+
                        +-PIE-------+
                        +-POLAR-----+
                        +-SCATTER---+
                        +-SURFACE---+
                        +-TOWER-----+
                        '-TABLE-----'

Display an object from the database

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

Notes:
  1. The type of the named object, if appropriate, is used. QMF type objects have priority over other types of database objects.
[ Previous Page | Next Page | Contents | Index ]