Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following figure illustrates the command line syntax of the MODIFY JOB command, using the command line, long form of its configuration options.


<pre>
-modify 
<i>filename</i>/<i>ddname</i>
filename/ddname
    [
-jobid
<i>jobid</i>
 jobid]
    [
-start
 
        [
-immediate
]
        [
-targetserver
<i>server</i>
 server]
        [
-wait
 
            [
-poll
<i>seconds</i>
 seconds] 
            [
-joblog
 {
<b>yes</b>|<b>no</b>
yes|no}]
            [
-spoollist
 {
<b>yes</b>|<b>no</b>
yes|no}]
            [
-rawspool
 {
<b>yes</b>|<b>no</b>
yes|no}]
            [
-purge
]
            [
-waitchild
 {
<b>yes</b>|<b>no</b>
yes|no}]
            [
-joblogchild
 {
<b>yes</b>|<b>no</b>|<b>error</b>
yes|no|error}]
            [
-spoollistchild
 {
<b>yes</b>|<b>no</b>
yes|no}]
            [
-purgechild
 {
<b>yes</b>|<b>no</b>
yes|no}]
        ]
    ]
</pre>
Panel
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift

Command Argument

The MODIFY JOB command can be expressed as either:

...

The following table describes all MODIFY JOB configuration options and provides the command line, long form of each option illustrated in the MODIFY JOB command line syntax, above.

Configuration
Option Name

Command Line
Long Form

Description

IMMEDIATE_JOB

-immediate

Causes the job to be started immediately.

JOB_ID

-jobid

Job ID of an existing SAP job to be modified.

JOB_LOG_CHILD

-joblogchild

Controls the printing of job logs for child jobs.

PURGE_CHILD_JOBS

-purgechild

Controls the purging of child jobs.

PURGE_JOB

-purge

Purge job that has completed processing from SAP system.

RAW_SPOOL

-rawspool

Specification for whether the SAP spool lists will be returned from the SAP system in raw or plain format.

RETURN_JOB_LOG

-joblog

Specification for whether or not the job's joblog is returned.

RETURN_SPOOL_LIST

-spoollist

Specification for whether or not the spoollists of all job steps are returned.

SPOOL_LIST_CHILD

-spoollistchild

Controls the printing of spoollists for child jobs.

START

-start

Starts the newly defined job.

TARGET_SERVER

-targetserver

Server on which the job will run.

USAP_POLL

-poll

Length of time to wait between job status calls to the SAP system.

WAIT

-wait

Wait for the SAP job to complete processing.

WAIT_FOR_CHILD_JOBS

-waitchild

Controls the monitoring of child jobs.

...