NetBatch Manual

Attributes
NetBatch Manual522460-004
7-30
CLASS Executor Attribute
Job CATCHUP-NO Jobnumber 2 activated
8} STATUS JOB 2
JOB JOBNAME USERID LOG STATE CLASSNAME
---- ---------------- ------- ---- ----------- ---------
2 CATCHUP-NO 255,255 4393 15:48:48 DEFAULT
9} STATUS-HISTORY 2, NB-LOG $DATA7.ZBAT.LOGAAI
16SEP94 15:42:51 BEGIN JOB (SUPER.SUPER)CATCHUP-NO:1 …
16SEP94 15:42:52 LIST JOB CATCHUP-NO EXECUTING J_2 …
16SEP94 15:42:52 START EXECUTOR-PROGRAM U_255,255 J_2 …
16SEP94 15:43:10 SUSPND JOB CATCHUP-NO J_2 U_255,255 …
16SEP94 15:43:10 LIST JOB CATCHUP-NO SUSPENDED J_2 …
16SEP94 15:47:23 A'VATE JOB CATCHUP-NO J_2 U_255,255 …
16SEP94 15:47:23 LIST JOB CATCHUP-NO EXECUTING J_2 …
16SEP94 15:47:23 STOP CC_0 EXECUTOR-PROGRAM J_2 …
16SEP94 15:47:24 FINISH JOB CATCHUP-NO T_0:0:0:12 J_2 …
16SEP94 15:48:52 BEGIN JOB (SUPER.SUPER)CATCHUP-NO:2 … .
16SEP94 15:49:53 FINISH JOB CATCHUP-NO T_0:0:0:13 J_2 …
16SEP94 15:50:52 BEGIN JOB (SUPER.SUPER)CATCHUP-NO:3 … .
16SEP94 15:51:53 FINISH JOB CATCHUP-NO T_0:0:0:13 J_2 … .
CLASS Executor Attribute
The CLASS executor attribute specifies an executor’s classes, thereby linking the
classes and hence their jobs to the executor’s CPU. This link enables the scheduler to
start, in the specified CPU, the initial process (the executor program) of each job.
class-name
is the name of a class.
*
specifies all classes, thus making the executor available for use by jobs from any
class.
Considerations
An executor added without the CLASS attribute adopts the DEFAULT-
CLASS
scheduler attribute. To display the value of this attribute, use the INFO
SCHEDULER command.
You can use the CLASS attribute to assign up to eight existing classes to an
executor. (An existing class is one added to the scheduler by the ADD CLASS
command.) You also can use the attribute to dissociate classes from an executor.
To assign a class to an existing executor, specify the name of the class and
the
names of the executor’s pre-existing classes. (If you specify only the name of
the new class, the scheduler dissociates all other classes from the executor.)
CL[ASS] { class-name
( class-name [ ‚ class-name ]… )
*)