Job List Options

Top  Previous  Next

Option

Description

-jobs

-myjobs

These options trigger the viewing of jobs submitted to the server.  The –jobs option shows all jobs submitted to the server, while –myjobs shows just those jobs submitted by the current user.  Job records are kept for a configurable amount of time, determined by the age= setting in the uf90d.ini file on the server.

 

By default, the data displayed includes the job number, date/time, user, input size, pages complete, percentage complete, and status.  The –detail option, below, adds the rule set, driver, and error message columns.

 

The output can be sent to standard output on Unix, and filtered, like this:

 

uf90c –jobs | grep 'Errored'| more

 

On Windows, either a –o option or a –p winpvw option is required, and the output goes to the named file or to a temporary file and viewed with that file types native viewing application.

-active

This option will limit the job display to jobs that are currently processing on the server.

-detail

This option will cause the job listing to include additional data, including the ruleset, driver, and any ending error message.

-jobsfmt format

Controls the format of the jobs output.  Two options for format are supported: txt and csv.  The txt option produces a tab-delimited list, while the csv option produces a comma-separated-values list.  The default format is txt.

 

On Windows, when used in conjunction with –p winpvw, the native application for the format (or output file specified) is used.  On systems where Microsoft Excel is the default application for .csv files, specifying –jobsfmt csv –p winpvw will result in a display of jobs in Excel.