A token is a reference to a value that can vary. It is evaluated on the server assigned to the job at the time the cmdjob utility executes. You cannot nest tokens within tokens.
Option | Description |
---|---|
%dsc | Job description. |
%srv | Name of the server executing the task. |
%tpX | Task parameter X from the task list, where X is the column index in the task list file. |
%*tpX | Same as %tpX, where * indicates the number of 0 padded digits to use. |
%tn | Task number of the assigned task. |
%*tn | Same as %tn, where * indicates the number of 0 padded digits to use. |
%jpX | Parameter X from the job parameter file, where X is the row index in the job parameter file. |
%*jpX | Same as %jpX, where * indicates the number of 0 padded digits to use. |