amt sys program control
| Column Name | Data Type | Description |
| PROGRAMID | int | A unique ID for each entry in this table. |
| APPID | int | ID of the application that this program belongs to. See amt sys application. |
| PROGRAMNAME | string | The name of the program. |
| PROGRAMALIAS | string | The program alias. |
| PROGRAMTYPE | int | Type of program. Default = 0 SelfDestructive = 1 SelfInitializing = 2 Reentrant = 3 Shared = 4 |
