This is the JAS master Calendar table. It defines the calendar id and holds the description.
The purpose of the master calendar is to allow a master schedule to be defined, used, and re-used by different products.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | char(30) | not null | This is the master Calendar id. Master Calendars can be used to specify which days to run a job. These schedules can be re-used by other jobs. |
| description | varchar(60) | with null | This is the description for the master calendar. |
Product Name: Unicenter Database Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| id | mitjas_calen_node | calendarid |
| id | mitjas_calen_date | calendarid |