The JOBCLASS statement assigns a job class value to a job. When this statement is specified, the agent interprets the job class against the job classes defined in the agentparm.txt file. Each defined job class has a specified number of initiators, which allows for manual load balancing against system resources.
Supported Job Types
This statement is optional for the following job types:
Syntax
This statement has the following format:
JOBCLASS class
Specifies the job class that this job runs under. The agent maintains a list of job classes and the number of initiators assigned to each job class. A job class with more initiators can process more jobs more quickly. For higher-priority jobs, assign a job class that contains more initiators.
Limits: Up to 128 characters; it cannot contain delimiters (such as spaces)
Notes:
initiators.class_1=Default,1000 initiators.class_2=JOBCLASS1,20 initiators.class_3=JOBCLASS2,500 initiators.class_4=FILEM,1000
Example: Specify a Job Class in a UNIX Job
In this example, the UNIX job runs under job class JOBCLASS2.
AGENT UNIXAGENT JOBCLASS JOBCLASS2 SCRIPTNAME /export/home/payroll/data
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|