Job Matching Criteria Arguments

These arguments are used to specify job information for commands such as stop, delete, and pause. They allow you to focus on particular job numbers, jobs in particular states of execution, or jobs that belong to particular users.

Some sample commands using these job matching criteria arguments include:

  • fipercmd stop stat:run Stops all jobs that are currently running.

  • fipercmd delete stat:done Deletes all jobs that are completed.

For more information on the arguments that use these job matching criteria arguments, see Execution and Job Commands.

job:<job_ID_number> ...

Allows you to specify one or more jobs using their ID numbers.

stat:done

Specifies all jobs that are done.

stat:init

Specifies all jobs that are initializing.

stat:queue

Specifies all jobs that are in the queued state.

stat:pause

Specifies all jobs that are paused.

stat:run

Specifies all jobs that are running.

stat:start

Specifies all jobs that are starting.

stat:stop

Specifies all jobs that are stopping.

userid:<userID> userid:<userID> ...

Specifies jobs owned by one or more userĀ IDs. This option does not work using a local library (in standalone mode) or when connected to a SIMULIA Execution Engine where security is deactivated. If you did not need to log in with a user ID and password, the userID option does not work.