Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Calculating storage requirements
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.
Warning
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.