Figure 19. SYS1.PARMLIB(ASCHPM00) - ASCHPM00.LIB
CLASSADD CLASSNAME(DEFAULT) /* Specify the name of the class to be */ /* added */ MAX(16) /* Specify that the maximum number */ /* of transaction initiators allowed */ /* for this class is 10 */ MIN(2) /* Specify that the minimum number */ /* of transaction initiators to be */ /* brought up for this class is 2 */ RESPGOAL(.02) /* Specify that the response time */ /* goal for transaction programs */ /* executing within this class is 0.02 */ /* seconds */ MSGLIMIT(500) /* Specify that the maximum size of */ /* the job logs for TPs is 500 */ /* messages */ OPTIONS DEFAULT(DEFAULT) /* Specify the default class */ SUBSYS(JES) /* Specify the name of a subsystem */ TPDEFAULT REGION(4M) /* Change the region size to 4M */ OUTCLASS(A) /* Change the output class to A */ |