Job attributes
The SETJOBATR field specifies which job attributes are to be taken at job initiation from the locale specified in the LOCALE parameter.
- Add User prompt:
- Not shown
- CL parameter:
- SETJOBATR
- Length:
- 160
Value | Description |
---|---|
*SYSVAL | The system value QSETJOBATR is used to determine which job attributes are to be taken from the locale. |
*NONE | No job attributes are to be taken from the locale. |
*CCSID | The coded character set identifier (CCSID) from the locale is used. The CCSID value from the locale will override the user profile CCSID. |
*DATFMT | The date format from the locale is used. |
*DATSEP | The date separator from the locale is used. |
*DECFMT | The decimal format from the locale is used. |
*SRTSEQ | The sort sequence from the locale is used. The sort sequence from the locale will override the user profile sort sequence. |
*TIMSEP | The time separator from the locale is used. |
Any combination of the following values
can be specified:
- *CCSID
- *DATFMT
- *DATSEP
- *DECFMT
- *SRTSEQ
- *TIMSEP