Hitachi

JP1 Version 13 JP1/Automatic Job Management System 3 for Enterprise Applications Description, User's Guide and Reference


jr3bjsho

Organization of this page

Format 1

jr3bjsho  [SAP-destination-information]
          [SAP-logon-information]
          [redirection-information]
          -jn job-name
          [-jc job-count]
          [-user SAP-user-name]
          [-status status-name]
          [-check]
          [-ls]
          [-lo [-mt]]
Note

If the character string for the argument specification contains a space, enclose the argument with double quotation marks (").

Format 2

jr3bjsho -help

Description

Displays the information (including the SAP job log) about SAP system background jobs in list or detailed list format.

The characteristics of the display formats are summarized below.

Arguments

SAP-destination-information

Specify the SAP system where the job about which information is to be displayed exists. For details about the format of SAP destination information, see (1) Common argument format for job control function commands.

SAP-logon-information

Specify the logon information that is valid in the SAP system where the job about which information is to be displayed exists. For details about the format of SAP logon information, see (1) Common argument format for job control function commands.

redirection-information

Specify standard output and standard error output files for command execution. For details about the format of redirection information, see (1) Common argument format for job control function commands.

-jn job-name

Specify the job name of the job about which information is to be displayed. A character string of 1 to 32 bytes can be entered for the job name specification. If there are duplicate job names in the specified SAP system, enter the job count with the -jc option to specify the job.

Note that the -jn option specification cannot be omitted.

-jc job-count

To differentiate jobs having the same name, specify the job count. If the job count specification is omitted, information about all jobs having the same name is displayed.

-user SAP-user-name

This argument displays information about only the jobs that are specified by the jn option and owned by the specified SAP user. A character string of 1 to 12 bytes can be entered for the SAP user name specification.

-status status-name

This argument displays only jobs that are specified by the -jn option and in the specified state. Note that one or more status names can be specified (e.g., -status RYF). If there are duplicate status name specifications, they are handled as one status name.

The characters that can be specified and their meaning are shown below.

P: Scheduled

S: Released

Y: Ready

R: Active

F: Finished

A: Terminated

-check

This argument displays the latest SAP system job information.

-ls

This argument displays the job attribute information in detailed list format.

-lo

This argument displays an SAP job log if there is one for the target job.

-mt

Specify this option if the message type is output to the SAP job log. If this option is omitted, the message type is not collected.

If the -lo option is not specified, this option cannot be specified.

-help

This argument provides information on using the command.

Return values

0

All the specified jobs were successfully displayed.

Integer of 1 or more

The specified jobs were not successfully displayed.

Usage examples