Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

MODIFY-REPORT-CONDITIONS Modify preset range for monitored data of subreport

This statement allows the user to modify the preset range for the monitored data of a subreport. The modifications are valid for a program session. It is also possible to modify threshold values to reduce the output volume (see section "Reducing the number of monitored objects to be output").

Format

MODIFY-REPORT-CONDITIONS                                                                                                                 

REPORT-NUMBER = <keyword-number>

,ITEM-NUMBER = <integer 1..5>

,LOWER-LIMIT = *UNCHANGED / <fixed 0..2147483647>

,UPPER-LIMIT = *UNCHANGED / <fixed 0..2147483647>

,SUPPRESS-CONDITION = *UNCHANGED / *INSIDE-RANGE / *OUTSIDE-RANGE

,COMPARE-VALUE = *UNCHANGED / *MEAN-VALUE / *MINIMUM / *MAXIMUM / *STANDARD-DEVIATION

Operands

REPORT-NUMBER = <keyword-number>
Specifies the report number.

ITEM-NUMBER = <integer 1..5>
Specifies the item number. The item number is determined by sequentially numbering the items for each report number in the Table of variables reports. If a nonexistent item number is specified, an error message is issued containing the report number and the item number.

LOWER-LIMIT =
Specifies the lower limit of the range.

LOWER-LIMIT = *UNCHANGED
The lower limit of the range is unchanged.

LOWER-LIMIT = <fixed 0..2147483647>
The lower limit of the range is reset.

UPPER-LIMIT =
Specifies the upper limit of the range.

UPPER-LIMIT = *UNCHANGED
The upper limit of the range is unchanged.

UPPER-LIMIT = <fixed 0..2147483647>
The upper limit of the range is reset.

SUPPRESS-CONDITION =
Specifies when a subreport is to be suppressed.

SUPPRESS-CONDITION = *UNCHANGED
The setting is unchanged.

SUPPRESS-CONDITION = *INSIDE-RANGE
The subreport is suppressed if the monitoring data lies within the range (including the limit values).

SUPPRESS-CONDITION = *OUTSIDE-RANGE
The subreport is suppressed if the monitoring data is outside the range (excluding the limit values).

COMPARE-VALUE =
Specifies the value to be compared with LOWER-LIMIT and UPPER-LIMIT.

COMPARE-VALUE = *UNCHANGED
The setting is unchanged.

COMPARE-VALUE = *MEAN-VALUE
The mean value of the monitoring data is used for comparison.

COMPARE-VALUE = *MINIMUM
The minimum value in the monitoring data is used for comparison.

COMPARE-VALUE = *MAXIMUM
The maximum value in the monitoring data is used for comparison.

COMPARE-VALUE = *STANDARD-DEVIATION
Standard deviation is used for comparison.

The MODIFY-REPORT-CONDITIONS statement can only be issued once for any given report and ITEM-NUMBER within an SM2R1 session. The last statement issued applies.