Previous Topic: Report Definition Attributes for SegmentsNext Topic: Defining a Stacked Report Containing Exclusive Segments


Rules for Defining Exclusive Segments in Stacked Reports

These rules apply when you define exclusive segments in stacked reports:

If you use a logical AND operator, all conditions specified must be true for a page to be selected.

Note: You can use more than one logical AND operator at a time.

For example, enter the following information on the Report Identification Text subpanel to start an exclusive segment with the page that contains both the text SUMMARY on line 1, column 44 and the value 02 on line 2, column 8.

CA Deliver ------------- Report Definition Attributes ------ Row 00001 of 00010 Command ===> Scroll ===> PAGE ID ---> U90526-R01 Job ---> U90526 Step ---> SALESTEP Procstep ---> DD ---> REPORTS Type ---> STACK Report Identification Text: Line Column Sel Typ R Op Beg End Beg End Text Cols 001 046 XCL N EQ 1 44 SUMMARY AND N EQ 2 8 02 ******************************* Bottom of Data ********************************

CA Deliver ------------- Report Definition Attributes ------ Row 00001 of 00010 Command ===> Scroll ===> PAGE ID ---> U90526-R01 Job ---> U90526 Step ---> SALESTEP Procstep ---> DD ---> REPORTS Type ---> STACK Report Identification Text: Line Column Sel Typ R Op Beg End Beg End Text Cols 001 046 XCL N EQ 1 44 SUMMARY AND N EQ 2 8 03 OR N EQ 1 44 SUMMARY AND N EQ 2 8 01 ******************************* Bottom of Data ********************************

Because the page that contains SUMMARY and 01 comes first in the data set, the data is selected starting with the page that contains the text strings SUMMARY and 01.

Selection ends at either the end of the SYSOUT data set or when another exclusive segment occurs.