STCJOBNM keyword
Use the STCJOBNM keyword to control the step name of external sort tasks created by the Change Accumulation utility when keyword EXTERNAL(Y) is specified.
If you specify STCJOBNM, external sort tasks are scheduled with a job name of IEESYSAS and a step name prefix that matches the STCJOBNM value with appended numeric values that are incremented for uniqueness.
You might need to use this keyword if your security package (such as RACF) does not accept the default job names that are generated by the Change Accumulation utility. If you do not specify the STCJOBNM keyword, the job name for an external sort task is IEESYSAS with a step name that is the same as the change accumulation job name.
This keyword is valid if you keep the default value of Y for the HALDB keyword and specify the EXTERNAL(Y) keyword. If you specify the HALDB(N) keyword or the EXTERNAL(N) keyword, the STCJOBNM keyword is ignored.
Uses | STCJOBNM is optional on the GLBL command and in a global options module |
---|---|
Related keywords | Refer also to the following keywords:
|
Syntax | STCJOBNM(value) |
Value | value As the value, specify the prefix (1-7 characters) to use in the started task job name for sort tasks. |
Default | If the STCJOBNM keyword is not specified, default job names are generated. |
Related topic