Some views (TRLTRAC and current locks views (LS*)) require storage above the 2-GB bar. Use the following procedure to calculate how much storage your MVDB2 environment requires.
Use the following equation to calculate your storage requirements:(10M * x) + (1G * y) = nnnnM
Variable
Description
x
The likely number of concurrent users of the current locks views (LS*)
y
The likely number of concurrent users of the TRLTRAC view
nnnn
The minimum value for the IBM z/OS MEMLIMIT parameter.
Example
To support two locks view users and three TRLTRAC view users concurrently, the equation would be:
(10M * 2) + (1G * 3) = 3092M
Increase the MEMLIMIT parameter to at least the nnnn value calculated in Step 1 by performing one of the following actions:
In the BBI-SS PAS procedure, add the MEMLIMIT=nnnnM parameter to the EXEC statement.
In the SYS1.PARMLIB member SMFPRMxx, verify that the MEMLIMIT parameter is set to nnnn megabytes.