R3_SCHEDULE_JOB_CANCEL

The R3_SCHEDULE_JOB_CANCEL script element resets an SAP job that is already in a released status back to a scheduled status.

Tip: You can retrieve SAP jobs with a released status by using the R3_GET_JOBS script element. The result is written to the activation report and can be analyzed and processed on the Post Process page of the job.

More Information:

Transaction: SM37
Interface: AE

Syntax

R3_SCHEDULE_JOB_CANCEL

    NAME=...
    ,JOBCOUNT=...

Parameters

  • R3_SCHEDULE_JOB_CANCEL
    Resets an SAP job status

  • NAME=
    Name of the SAP job. Use this parameter together with the JOBCOUNT= parameter to clearly identify a unique SAP job.
    Format: script literal or AE name

  • JOBCOUNT=
    Number of the SAP job. Use this parameter together with the NAME= parameter to clearly identify a unique SAP job.
    Format: script literal

Example

The following example resets the status of the SAP job MYJOB with the number 13541601 from released to scheduled.

R3_SCHEDULE_JOB_CANCEL NAME="MYJOB",JOBCOUNT=13541601

See also:

seealso

About SAP JCL