Previous Topic: BROWSELXC ParameterNext Topic: BROWSEMESSAGES Parameter


BROWSEMAX Parameter

Determines the maximum number of messages in the OPSLOG message area for any OPSLOG. The OPSLOG message area resides in a data space owned by the CA OPS/MVS main address space. This is only the default value and can be overridden on any ADDRESS OPSCTL “OPSLOG DEFINE” or “OPSLOG ACTIVATE” host command for any OPSLOG.

Default value

400000

Other possible values

Any number greater than or equal to 1000 but less than or equal to 4925000

Set or modify this parameter...

At initialization.

However, you cannot change the BROWSEMAX value if you initialize CA OPS/MVS with an existing OPSLOG; attempting to do so generates message OPS0163W. To change the BROWSEMAX value in this case, you must:

  1. Stop CA OPS/MVS.
  2. Delete the OPSLOG DIV data set.
  3. Allocate a new OPSLOG data set.
  4. Restart CA OPS/MVS, using a different BROWSEMAX value.

Example: BROWSEMAX

This function limits the number of messages to 100000.

OPSPRM('SET','BROWSEMAX','100000')