This section describes the options you can use with the cmdjob command.
| Option | Description |
|---|---|
| -taskList:<file> | Sets the task list file. The file contains a tab-separated table. Use fill-in tokens to reference the table. |
| -taskName:<number> | Sets the task name column in the task list file. A value of 0 means this column is unnamed while a value greater than 0 specifies the column in the file for the task names. This is used for feedback in the monitor when looking at the task list. |
| -numTasks:<number> | Sets the number of tasks for the job. This option is ignored if -taskList is used. |
| -tp_start:<number> | Sets the starting offset of the default task parameter in numeric format. Ignored if -taskList is specified. |
| -tp_jump:<number> | Sets the increment of the default task parameter in numeric format. Ignored if -taskList is used. |
| -jobParamFile:<file> | Sets the job parameter file. See example below. |