Previous Topic

Next Topic

Book Contents

Book Index

General Information

Control-M/Analyzer processes each page that the Control-D or Control-V monitor passes (for example, each page that matches Control-D or Control-V WHEN criteria). The rule is executed once for each page.

ON PAGE can be specified in rule definitions that are invoked by statement DO CTBRULE in a Control-D or Control-V decollating mission definition. Within the rule definition, Control-M/Analyzer System variable SYSOPT contains one of the following values when Control-M/Analyzer is invoked by Control-D or Control-V:

Table 265 Control-M/Analyzer System Variable SYSOPT Value when Control-M/Analyzer is invoked by Control-D or Control-V

Value

Description

CTDFIRST

Control-D or Control-V has started scanning report pages but report pages have not yet been sent to Control-M/Analyzer.

CTDWORK

CDAM pages that match Control-D or Control-V WHEN criteria are being sent to and processed by Control-M/Analyzer.

CTDLAST

All report pages have been processed (unless statement DO TERMINAT was not processed during the CTDFIRST and CTDWORK stages).

The ON PAGE statement is executed only when SYSOPT=CTDWORK is specified in the UPON statement of the EXECUTE block.

For additional information see Interface to Control-D and Control-V.

Parent Topic

ON PAGE: Data Selection Statement