...
- The percent symbol % indicates the start and end of a parameter definition.
- %PARAMETER_NAME% can be %MIS_JOB_NAME%, %MIS_JOB_ID%, or %MIS_CUSTOMER_ID%. (These parameters must be in uppercase.)
- You can include any number of the available parameters.
- Square brackets [ ] contain your length-restriction settings for the parameter, in the format [a,b]. There must be an a and b value in the square brackets.
- a is a number that represents the position of the first character to use in the job name, where 0 (zero) is the first character in the actual name or ID.
- b is the number of characters to use in the job name, starting with the character that is in the a position.
- Any characters that are not contained within a %% pair, including spaces, are treated as literal text that is to be included in all job names.
- To determine the total length of the job name, you add the number of characters represented by each b, plus any literal characters.
...