Difference between revisions of "Information Systems:Overnight Processing"
(Created page with "The overnight processing - which include end of day, week, month, and year - is run automatically from the job schedule. To see these jobs, key in WRKJOBSCDE and press enter....") |
|||
| Line 1: | Line 1: | ||
| + | =Schedule= |
||
| ⚫ | The overnight processing - which include end of day, week, month, and year - is run |
||
| + | |||
| ⚫ | |||
Work with Job Schedule Entries BART |
Work with Job Schedule Entries BART |
||
| Line 11: | Line 13: | ||
-----Schedule------ Recovery Submit |
-----Schedule------ Recovery Submit |
||
Opt Job Status Date Time Frequency Action Date |
Opt Job Status Date Time Frequency Action Date |
||
| + | |||
| − | |||
| − | + | __ ENDOFDAY SCD USER DEF 01:00:00 *WEEKLY *NOSBM 10/28/15 |
|
| − | + | __ ENDOFMONTH SCD *MONTHSTR 05:30:00 *MONTHLY *NOSBM 11/01/15 |
|
| − | + | __ ENDOFWEEK SCD *SUN 01:00:00 *WEEKLY *NOSBM 11/01/15 |
|
| − | + | __ EODEMAIL SCD *ALL 08:00:00 *WEEKLY *NOSBM 10/28/15 |
|
| + | __ EODSAVE SCD *ALL 03:00:00 *WEEKLY *NOSBM 10/28/15 |
||
| + | |||
Parameters or command |
Parameters or command |
||
===> _______________________________________________ |
===> _______________________________________________ |
||
F3=Exit F4=Prompt F5=Refresh F6=Add F9=Retrieve |
F3=Exit F4=Prompt F5=Refresh F6=Add F9=Retrieve |
||
F11=Display job queue data F12=Cancel F17=Top F18=Bottom |
F11=Display job queue data F12=Cancel F17=Top F18=Bottom |
||
| + | |||
| + | ENDOFDAY runs Monday through Saturday. The program called is EODDAILY from library UNIPHARMIT. |
||
| + | |||
| + | ENDOFWEEK runs Sunday. The program called is EODWEEKLY from library UNIPHARMIT. |
||
| + | |||
| + | Both of these must run after midnight, as they use yesterday's date instead of today's. Also because the temporary backup tape has a retention period of one day. |
||
| + | |||
| + | ENDOFMONTH runs on the first of the month. The program called is EOM from library UNIPHARMIT. |
||
| + | |||
| + | EODSAVE runs after the daily or weekly processing, and calls EODBU from library UNIPHARMIT, which calls BRMS to do a backup. |
||
| + | |||
| + | EODEMAIL runs every morning to email users the tape used for backup. The program called is EODEMAIL from library UNIPHARMIT. |
||
| + | |||
| + | =ENDOFDAY= |
||
| + | |||
| + | This will - |
||
| + | |||
| + | - End all programs that use ASW or extension files, and end subsystems so users cannot sign on. |
||
| + | |||
| + | - Do a 'temporary' backup of data libraries only. This uses tape '999999', which has a retention period of one day so that it can be over written every night. It can be used if something happens during the overnight processing, to quickly restore a file the next day if needed (without having to call the tape from off site storage), and to rebuild the test environment. |
||
| + | |||
| + | - Run updates, reports, and housekeeping. |
||
| + | |||
| + | =ENDOFWEEK= |
||
| + | |||
| + | This will run the same programs as ENDOFDAY, then run weekly updates and reports. |
||
| + | |||
| + | =ENDOFMONTH= |
||
| + | |||
| + | This runs after all other overnight processing, as it can run while users are on the system. It also runs updates (including period roll), and reports (including finance reports to check that A/R, A/P, and unmatched PO's are in balance). If the current month is January, a copy of the warehouse item file (SROSRO) is saved. The period roll for into fiscal period 1 will do processing for fiscal year end. |
||
| + | |||
| + | =EODSAVE= |
||
| + | |||
| + | - This will do a controlled shut down of Domino - which has been left up so that IT can receive emails from the overnight processing. |
||
| + | |||
| + | - It will then go into a restricted state. If ENDOFDAY or |
||
Revision as of 13:28, 27 October 2015
Schedule
The overnight processing - which include end of day, week, month, and year - is run from the job schedule. To see these jobs, key in WRKJOBSCDE and press enter. Page down until you get to 'END'. Note that ENDOFMONTH will automatically run the end of year (both fiscal and calendar) automatically.
Work with Job Schedule Entries BART
10/27/15 12:48:35
Type options, press Enter.
2=Change 3=Hold 4=Remove 5=Display details 6=Release
8=Work with last submission 10=Submit immediately
Next
-----Schedule------ Recovery Submit
Opt Job Status Date Time Frequency Action Date
__ ENDOFDAY SCD USER DEF 01:00:00 *WEEKLY *NOSBM 10/28/15
__ ENDOFMONTH SCD *MONTHSTR 05:30:00 *MONTHLY *NOSBM 11/01/15
__ ENDOFWEEK SCD *SUN 01:00:00 *WEEKLY *NOSBM 11/01/15
__ EODEMAIL SCD *ALL 08:00:00 *WEEKLY *NOSBM 10/28/15
__ EODSAVE SCD *ALL 03:00:00 *WEEKLY *NOSBM 10/28/15
Parameters or command
===> _______________________________________________
F3=Exit F4=Prompt F5=Refresh F6=Add F9=Retrieve
F11=Display job queue data F12=Cancel F17=Top F18=Bottom
ENDOFDAY runs Monday through Saturday. The program called is EODDAILY from library UNIPHARMIT.
ENDOFWEEK runs Sunday. The program called is EODWEEKLY from library UNIPHARMIT.
Both of these must run after midnight, as they use yesterday's date instead of today's. Also because the temporary backup tape has a retention period of one day.
ENDOFMONTH runs on the first of the month. The program called is EOM from library UNIPHARMIT.
EODSAVE runs after the daily or weekly processing, and calls EODBU from library UNIPHARMIT, which calls BRMS to do a backup.
EODEMAIL runs every morning to email users the tape used for backup. The program called is EODEMAIL from library UNIPHARMIT.
ENDOFDAY
This will -
- End all programs that use ASW or extension files, and end subsystems so users cannot sign on.
- Do a 'temporary' backup of data libraries only. This uses tape '999999', which has a retention period of one day so that it can be over written every night. It can be used if something happens during the overnight processing, to quickly restore a file the next day if needed (without having to call the tape from off site storage), and to rebuild the test environment.
- Run updates, reports, and housekeeping.
ENDOFWEEK
This will run the same programs as ENDOFDAY, then run weekly updates and reports.
ENDOFMONTH
This runs after all other overnight processing, as it can run while users are on the system. It also runs updates (including period roll), and reports (including finance reports to check that A/R, A/P, and unmatched PO's are in balance). If the current month is January, a copy of the warehouse item file (SROSRO) is saved. The period roll for into fiscal period 1 will do processing for fiscal year end.
EODSAVE
- This will do a controlled shut down of Domino - which has been left up so that IT can receive emails from the overnight processing.
- It will then go into a restricted state. If ENDOFDAY or