Hitachi

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


jr3bjsho

Organization of this page

Format 1

jr3bjsho  [R/3-destination-information]
          [R/3-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 R/3 job log) about R/3 system background jobs in list or detailed list format.

The characteristics of the display formats are summarized below.

Arguments

R/3-destination-information

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

R/3-logon-information

Specify the logon information that is valid in the R/3 system where the job about which information is to be displayed exists. For details about the format of R/3 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 R/3 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 R/3 system job information.

-ls

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

-lo

This argument displays an R/3 job log if there is one for the target job.

-mt

Specify this option if the message type is output to the R/3 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