Documentation records table. This table holds the optional documentation records (docrec) that may be defined for other EM tables entities (such as MSGREC)
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(57) | not null | Specific id for that prod (MR token for OPR) |
| type | smallint | not null | Doc type |
| prod | char(4) | not null | Doc product (OPR for example) |
| text | long varchar | not null | Documentation text |
| summary | varchar(80) | not null | Documentation summary |
| crt_date | integer | not null | Creation date (tmsdate) |
| crt_time | integer | not null | Creation time (tmsdate) |
| crt_id | varchar(32) | not null | User id that created record |
| upd_date | integer | not null | Update time (tmsdate) |
| upd_time | integer | not null | Update time (tmsdate) |
| upd_id | varchar(32) | not null | User id that updated this record last. |
Product Name: Unicenter Network and System Management
Table Type: Table