How to change incorrect Terms in the Master Schedule after Attendance/CAR has been initialized.
1. Run a CHANGE Query to change MST.SM in a Section
- CHANGE MST MST.SM TO 1 IF MST.SE = 11
- After the MST.SM TO insert the correct Term
- After the MST.SE = enter the Section number
2. Run a CHANGE Query to change the Course Attendance End Date (CAR)
- CHANGE CAR CAR.DE TO 10/31/2024 IF CAR.SE = ## AND CAR.DE = 05/30/2025
- After the DE TO enter the correct end date of the term
- After the SE = enter the Section number
- After the DE= enter the original end date of the term
3. Run a CHANGE Query to change the DAY number in Course Attendance (CAR)
LIST DAY (to view the day number for the new end date)
CHANGE CAR CAR.D2 TO 64 IF CAR.SE = ## AND CAR.DE = 10/31/2024
After CAR.D2 TO enter the Day #
- After the SE = enter the Section number
- After the DE= enter the original end date of the term