This parameter determines the maximum number of temporary global variables that CA OPS/MVS can create. The number of GLVTEMPn., GLVEVENT., and GLVJOBID. variables in use influences the amount of storage that must be allocated during CA OPS/MVS processing. Therefore, take into account the number of expected GLVTEMPn., GLVEVENT., and GLVJOBID. variables when you set the GLOBALTEMPMAX parameter. You should also consider the use of the GLOBAL TEMPORARY operand on CREATE TABLE statements. Use of the GLOBAL TEMPORARY operand causes the creation of a temporary table to store relational data.
5000 (variables)
Any number greater than or equal to 0
At initialization
Example: GLOBALTEMPMAX
This function limits CA OPS/MVS to generating 3000 temporary global variables.
OPSPRM('SET','GLOBALTEMPMAX','3000')
|
Copyright © 2014 CA.
All rights reserved.
|
|