JobStringAttribute enum | QSYS API Reference Guide
Specifies a string job attribute.
Namespace: ASNA.QSys.Runtime.JobSupport
Assembly: ASNA.QSys.Runtime.dll
Enum Values
Name | Description | Value |
---|---|---|
ACGCDE | Accounting Code. | 0 |
CURUSER | Current User. | 1 |
DATE | Data assigned to the job when it got started. | 2 |
JOB | Name of the job. | 3 |
NBR | Number assigned to the job when it got started. | 4 |
OUTQ | The default output queue used by the job. | 5 |
OUTQLIB | The library of the default output queue used by the job. | 6 |
SWS | The current values of the job switches. | 7 |
TYPE | The type of job: interactive(1) or batch(0). | 8 |
USER | The name of the user when the job started. | 9 |