By default, the options
page lists ALL, 25, 50, and 100 as the number of rows to display.
To modify these, specify a ServiceSet directive in the Application Broker configuration
file for your service for the _MRVRNDX1, MRVRNDX2, MRVRNDX3, and MRVRNDX4
macro variables. For example, if you want the number of rows options
to be ALL, 100, 200, and 500, use the ServiceSet directives in the
Application Broker configuration file as follows:
ServiceSet _MRVRNDX1 "ALL"
ServiceSet _MRVRNDX2 "100"
ServiceSet _MRVRNDX3 "200"
ServiceSet _MRVRNDX4 "500"