Hitachi

JP1 Version 12 JP1/Automatic Job Management System 3 Operator's Guide


12.4.40 Define Details - [Passing Information Settings Job] dialog box

The Define Details - [Passing Information Settings Job] dialog box defines the details of a passing information setting job.

This dialog box contains the items displayed in common, and also contains the following page:

Organization of this subsection

(1) Items displayed in common

The following figure shows the items displayed in common.

Figure 12‒188: Items displayed in common in the Define Details - [Passing Information Settings Job] dialog box

[Figure]

The following explains the displayed items.

Unit name

Specify a unit name. Use a character string of up to 30 bytes. The default is AjsVar-Job.

Comment

Specify a comment for the unit. Use a character string of up to 80 bytes. The default is a blank.

Exec-agent

You cannot specify an execution agent for a passing information setting job.

(2) Definition page

The following figure shows the Definition page in the Define Details - [Passing Information Settings Job] dialog box.

Figure 12‒189: Definition page in the Define Details - [Passing Information Settings Job] dialog box

[Figure]

The following explains the displayed items.

Passing Information

Displays the passing information in list form. You can use the list to add, delete, and change passing information. You can add up to 32 passing information items to the list.

Regular Expression

Displays the value of the regular expression.

Output Macro Variable

Displays the macro variable name without the first five characters (?AJS2) and last character (?).

Add button

Adds passing information. When you click the Add button, the Define Details - [Passing Info Settings Job] - [Passing Info] dialog box appears.

Change button

Changes passing information. When you click the Change button, the Define Details - [Passing Info Settings Job] - [Passing Info] dialog box appears.

Copy button

Creates a copy of the selected passing information. Use this feature when you want to create a new piece of passing information based on an existing piece. When you click the Copy button, the Define Details - [Passing Info Settings Job] - [Passing Info] dialog box appears.

Delete button

Deletes the selected passing information.

End judgment

Specify the conditions for end judgment.

Rule

Displays Judgment by threshold. Threshold judgment is the only method supported for end judgment of passing information setting jobs.

  • Warning

    Define reference values for normal and warning ends. You can specify a value from 0 to 2,147,483,647. The default is blank.

  • Abnormal

    Define reference values for normal and abnormal ends. You can specify a value from 0 to 2,147,483,647. The default is zero.

By default, the system assumes an abnormal end if the return code is other than zero. If you specify a value in Warning, the system assumes a normal end if the return code is from zero to the value of Warning, and a warning end if the return code is larger than the value of Warning. If you specify a value in Abnormal, the system assumes a normal end if the return code is from zero to the value of Abnormal, and an abnormal end if the return code is not larger than -1 or larger than the value of Abnormal. If you specify both Warning and Abnormal, the system assumes a normal end if the return code is from zero to the Warning value, a warning end if the return code is larger than the Warning value but not larger than the Abnormal value, and an abnormal end if the return code is not larger than -1 or larger than the Abnormal value.

In UNIX, the return codes only have positive values from 0 to 255.

If the program exits with a negative value, the return code is assumed to be 256 + (exit code). For example, if the program exists with -1, the system assumes 256 - 1 = 255.

(3) Attributes page

The following figure shows the Attributes page in the Define Details - [Passing Information Settings Job] dialog box.

Figure 12‒190: Attributes page in the Define Details - [Passing Information Settings Job] dialog box

[Figure]

The following explains the displayed items.

Hold

Specify whether to place the unit in the hold status in advance. You can specify No or Yes. The default is No.

Type

Set the unit type to Normal or Recovery. The default is Normal.

Set timeout period

Select whether to set a time-out period for job execution. You can specify No or Yes. The default is No.

Timeout period

If you select Yes in Set timeout period, specify a time-out period in minutes. You can set 1 to 1,440 minutes. The default is a blank.

Delayed end

Specify whether to monitor delayed end of jobs based on time required for execution. Select the Time-required-for-execution check box to monitor delayed end of jobs. The check box is not selected by default.

When you select the Time-required-for-execution check box, specify the time required for execution for a job from 1 to 1,440 (in minutes).

This section appears for the JP1/AJS3 - View, or JP1/AJS2 - View of version 08-50 or later. For details about cautionary notes on monitoring of delayed end of jobs based on time required for execution, see 5.1.3 End delay monitoring based on time-required-for-execution in the JP1/Automatic Job Management System 3 System Design (Work Tasks) Guide.

Owner

Specify the owner of the unit. Use a character string of up to 31 bytes. The default is the login JP1 user name. Note that if the upper-level unit-attribute inheritance function has been set for the upper-level jobnet, the default is the owner of the upper-level unit.

JP1 resource group

Specify a JP1 resource group name. Use a character string of up to 63 bytes. You can specify alphanumeric characters and underscores (_). The default is the JP1 resource group name of the upper-level unit. If you specify a blank, you are not authorized to access this group.

Executed by

Select the user who executes the job. The default is User who registered. You can select the following items.

  • User who registered

    The JP1 user who registered the job executes the job.

  • User who owns

    The JP1 user who owns the job executes the job.

You must perform user mapping on the host where you want to execute the job so that the specified user is converted to a OS user.

If the execution-user fixing function is configured for the upper-level unit, the execution user conforms to the unit-attribute profile regardless of the contents of this field.