Hitachi

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


11.3.10 Suppressing certain confirmation messages

You can suppress the display of confirmation messages during the operation of JP1/AJS3 - View. Confirmation messages are indicated by an I or Q suffix in the message number.

Specify from:

A JP1/AJS3 - View file (User-specified option file)

For details, see 11.1.1 Types of customization methods.

Specification

Use the following format:

To suppress messages with message number suffix I:

jajsStopInformDialog=message-number-1-to-be-suppressed;message-number-2-to-be-suppressed;...message-number-n-to-be-suppressed (return)

To suppress messages with message number suffix Q:

jajsStopQuestDialog=message-number-1-to-be-suppressed;message-number-2-to-be-suppressed;...message-number-n-to-be-suppressed (return)

Confirmation messages are not suppressed unless these settings are specified.

Cautionary notes
  • You can only suppress the display of messages whose message numbers end with I or Q. Note that you cannot suppress the following messages:

    - KAVV126-I Now connecting with the Manager. Please wait.

    - KAVV3901-I The command is being executed.

    - KAVV3902-I Command execution is complete.

    - KAVV3924-I Because the standard error output exceeds the maximum number of items that can be displayed, some results cannot be displayed.

    - KAVV4001-Q Do you want to delete the registered information for this Custom Job (custom-job-name)?

    - KAVV4018-I The "Register Custom Job" dialog box was opened. (version = version, OS user name = OS-user-name)

    - Messages with message numbers that end with E

  • If you suppress a message that asks you a question (Yes or No, OK or Cancel), the system assumes that you gave a positive answer (Yes or OK).

Example

Suppress the display of messages KAVV370-I, KAVV371-I and KAVV372-I.

jajsStopInformDialog=370;371;372 (return)