Hitachi

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


jr3bjcan

Organization of this page

Format 1

jr3bjcan [R/3-destination-information]
          [R/3-logon-information]
          [redirection-information]
           -jn job-name
          [-jc job-count]
          [-user SAP-user-name]
Note

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

Format 2

jr3bjcan -help

Description

Cancels a background job while an ABAP program job step is active (being executed).

The jr3bjcan command ends abnormally if an attempt is made to cancel a job in the following states:

When the jr3bjcan command ends normally, the job being executed by the R/3 system is placed in the terminated state.

Arguments

R/3-destination-information

Specify the R/3 system where the job to be canceled 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 logon information that is valid in the R/3 system where the job to be canceled 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 to be canceled. 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 you must specify the -jn option.

-jc job-count

To differentiate jobs having the same name, specify the job count. If the job count specification is omitted, all the jobs having the same name are canceled.

-user SAP-user-name

This argument cancels 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.

-help

This argument provides information on using the command.

Return values

0

All the specified jobs were successfully canceled.

Integer of 1 or more

The specified jobs were not canceled successfully.

Usage examples