Previous Topic: Batch Utility StatementsNext Topic: MAP Statement


PANEL Statement

A PANEL statement designates a panel occurrence to be processed by a PROCESS statement. The following processes apply to panel occurrences:

Syntax

►►──── PANEL = ──┬─ ALL ──────────────────────────────────────────────┬───────►◄
                 └─ panel-name ─┬───────────────────────────────────┬─┘
                                └─ ,VERSION = ─┬─ 1 ◄ ────────────┬─┘
                                               └─ version-number ─┘

Parameters

ALL

Specifies that all panel occurrences in the data dictionary are to be processed as specified in the PROCESS statement that precedes the PANEL statement. For example, the following sample code prints a screen image for each panel in the data dictionary:

PROCESS=IMAGE
PANEL=ALL
VERSION=version-n

Specifies a panel occurrence to be processed as indicated in the PROCESS statement that precedes the PANEL statement. For example, the following sample code produces a screen image and report for the CEXLEJKD panel:

PROCESS=REPORT
PANEL=CEXLEJKD
VERSION=version-n

Optionally specifies the version number of the panel occurrence. The default is 1.