amt sys job queue
| Column Name | Data Type | Description |
| QUEUENAME | string | Name of the job queue. |
| QUEUEID | int | ID of the job queue. |
| APPID | int | ID of the application. See amt sys application. |
| STARTTIME | time | The start time of the time window when the queue will be active. Note: For always active queues the value will be zero. |
| ENDTIME | time | The end time of the time window when the queue will be active. Note: For always active queues the value will be zero. |
| ISDEFAULT | boolean | True when this is the default queue. Only one queue may have this set to true. |
| CONCURRENT | int | The number of jobs that may run concurrent (at the same time) in this queue. |
| SIMULTANEOUS | boolean | If set to True, the same Job can be run simultaneous in this queue. |
