Versions Compared

Key

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

...

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


Panel
-start -MainSchedName name -MainJobName name
[-wait   [-poll seconds]
   [-PrintJobTree {yes | no}]
   [-PrintDistList {yes | no}]
   [-PrintSystemMessage {yes | no}]
   [-PrintApplicationMessage {yes | no}]
   [-PrintParamList {yes | no}]
   [-report {yes | no}]
   [-cntfilter filterList]
]

...

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

Configuration
Option Name

Command Line
Long Form

Description

CNT_FILTER

-cntfilter

Comma-delimited list of report file suffixes that will not be returned.

POLL

-poll

Length of time to wait between status calls to the PeopleSoft system.

PRINT_APPLICATION_MESSAGE

-printapplicationmessage

Specification for whether or not application messages are printed for the monitored processes when the work completes.

PRINT_DIST_LIST

-printdistlist

Specification for whether or not to print the report-recipient distribution list for the monitored process when the work completes.

PRINT_JOB_TREE

-printjobtree

Specification for whether or not to print the job tree when the monitored process completes.

PRINT_PARAM_LIST

-printparamlist

Specification for whether or not the parameter list for job items are included in the report.

PRINT_SYSTEM_MESSAGE

-printsystemmessage

Specification for whether or not system messages for the monitored processes when the work completes.

REPORT

-Report

Specification for whether or not the reports associated with a process are returned.

WAIT for PROCESS

-wait

Specification that UPPS will monitor the specified process to completion.
 

Note
titleNote

In the START_JOBSET command line syntax, the WAIT for PROCESS (-wait) is a UPPS command used as a configuration option.


...