Program control table used by Unicenter Service Desk applications
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Primary key of this table |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sym | nvarchar(30) | not null | Symbolic name of this controlled table |
| obj_name | nvarchar(30) | with null | Majic object name that corresponds to this table |
| nx_desc | nvarchar(40) | with null | Table description |
Product Name: Unicenter Service Desk
Table Type: Table