Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page necessary for Term Setup.

Run Banner process COS_ACAD_CAL_SETUP

...

The process will:

  • create primary and secondary instruction days

  • create Fall and Spring semesters

NOTE: The primary, secondary, Fall, and Spring days will still need to be verified. The EIS Academic Calendar can assist.

Update/Insert Calendar Dates

Use the following excel sheet to fill in dates.

...

  1. Run the UPDATE SQL scripts and COMMIT;

  2. Verify Dates: Final Check

  3. Once dates have been verified, SOACALD is finished.

  4. Next, from the excel sheet, run the insert statements for SSAEXCL

  5. Verify that the correct data in in SSAEXCL for the year

  6. Open toad and run the following scripts:

...

Code Block
DELETE FROM
    ssrexcl
      WHERE     SSREXCL_PTRM_CODE = 'E'
            AND SSREXCL_YEAR = :year
            AND SSREXCL_DESC IN
                    ('Local Holiday', 'Flex Day', 'Non-Instructional Day');

Primary Instructional Day

Primary instruction days are days that fall into primary terms (Fall and Spring).

Expand
titleExample

...

Secondary Instructional Day

Secondary instruction days are days that fall on weekends, Summer and any days that are not included during primary terms.

Expand
titleExample

...

Holiday

State Holiday

Federal Holidays can be found on the following site: https://www.opm.gov/policy-data-oversight/pay-leave/federal-holidays/#url=2023

...

New Years Day

Martin Luther King, Jr. Day

Lincoln Day

Washington Day

Memorial Day

Juneteenth

Independence Day

Labor Day

Veterans Day

Thanksgiving Day

Christmas

...

Local Holiday

Local Holidays are any holidays given by COS that are not state holidays.

...

Flex Day

To find any flex days, go to the COS Academic Calendar site: https://www.cos.edu/en-us/academics/academic-calendar

Expand
titleExample

...

Final Exams

To find any final exam days, go to the COS Academic Calendar site: https://www.cos.edu/en-us/academics/academic-calendar

...

Non-instructional Day

A non-instructional day is a day that falls on a weekend that is a holiday.

...

First Census

To find any final exam days, go to the COS Academic Calendar site: https://www.cos.edu/en-us/academics/academic-calendar

Expand
titleExample

...

Final Check
Anchor
Final-Check
Final-Check

Verify dates

...

Variable Flex Day (Has not been used this since 2003)

...