amt sys available job
| Column Name | Data Type | Description |
| APPID | int | ID of the application. See amt sys application. |
| JOBID | int | ID of the job. |
| JOBNAME | string | Name of the job. |
| DESCRIPTION | string | Description of the job. |
| SUBFOLDER | string | Optional sub-folder in which a script can reside. Should be empty for programs. |
| JOBTYPE | int | Type of the job. Uses the JobType enum. INVALID = 0 PROGRAM = 1 SCRIPT = 2 |
| QUEUEID | int | ID of the queue assigned to the job. See amt sys job queue |
