This is a control statement for setting the registration information on a job net that belongs to a group.
Synopsis
GNT ---------- (1) jobnetname Job net name ---------- (2) (*) (Note 1) jobnetnumber Job net number ---------- (3) (*) (Note 2) pre_jobnet Preceding job net number ---------- (4) starttimeignore Ignore scheduled start time ---------- (5) iconposition Icon position ---------- (6) (Note 3) ;
The jobnetname operand should be specified immediately after the GNT keyword.
The jobnetnumber operand should be specified immediately after the jobnetname operand.
This operand must be specified for all job nets that make up the group.
This must be specified.
About This Control Statement
(1) GNT
This is the keyword that indicates the beginning of a group job net control statement.
(2) jobnetname Job net name
Specify a job net name that is already registered within 50 bytes.
"JSHEND" or "JSHFORCE" as a shutdown job net name, cannot be registered in a group.
It is not allowed to contain the following signs, blank space, or any user-defined characters.
[Windows]: /?*;,\"<>|:'.
[UNIX]: /?*;,'.
(3) jobnetnumber Job net number
Allocate numbers corresponding to each job net name. Unique numbers should be assigned, according to the job net execution order. They should be allocated in ascending order from the preceding job nets to the subsequent job nets.
In Systemwalker Operation Manager SE, you can specify any number between 1 and 50.
In Systemwalker Operation Manager EE, you can specify any number between 1 and 255.
(4) pre_jobnet Preceding job net number
Specify job net numbers of preceding job nets. Use a comma as a separator to specify more than one preceding job net number. If specifying many job numbers, specify them in the ascending order as it becomes efficient to check. The job nets to be specified as preceding job nets must be defined beforehand.
(5) starttimeignore Ignore scheduled start time
Specify "ON" to execute the job net by ignoring the scheduled startup time.
(6) iconposition Icon position
This option specifies position information for the job icon using the following format. The numbers indicate the coordinates for the grid position, taking the top left corner of the job flow as the origin (1,1).
Horizontal position (1 to 255), vertical position (1 to 255)
If this option is omitted, the position of the icon will be determined automatically. If the icon position is changed using the Change Group window after the job has been registered without specifying this option, the new icon position will be stored, and this control statement will be output using the jobschprint -R command.
Cautions
The job net that satisfies the following conditions can be registered in a group:
The job net must belong to a project to which the group is added.
Only one execution time (once a day startup) is registered for the job net in the [Execute at] of [Execution condition].
[Valid during job net execution] is not selected as the message event condition for the job net.
There are no job nets with the same name as the target job net in the group.
The job net does not belong to any other group.