Calendar definition table. Calendars are used to limit the scope of the EM actions or behaviors to certain days, dates, or time ranges.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| fixed_year | integer | not null | If the calendar is a fixed year calendar, it contains the fixed year (YYYY), otherwise 0. |
| id | char(12) | not null | Unique calendar id (case sensitive). |
| locbin | char(256) | not null | Location (path) of calendar binary (Linux). Not in use. |
| loccmd | char(256) | not null | Location (path) of calendar commands (Linux). Not in use. |
| statbin | integer | not null | Not in use |
| statcmd | integer | not null | Not in use |
| calbin | long byte | not null | Calendar compile bitmap. Built from 'calcmd'. |
| calcmd | long byte | not null | Calendar definition (sequence of commands). |
| descr | char(256) | not null | Calendar description |
| createdate | integer | not null | Creation date (tmsdate). yy*1000 + # of days since January 1st. |
| createtime | integer | not null | Creation time (tmsdate). 100ths of seconds since mid-night. |
| createuser | char(32) | not null | User that created this record. |
| updatedate | integer | not null | Update date (tmsdate). yy*1000 + # of days since January 1st. |
| updatetime | integer | not null | 100ths of seconds since mid-night. |
| updateuser | char(32) | not null | User that last updated this record. |
Product Name: Unicenter Network and System Management/EnterpriseManagement
Table Type: Table