Difference between revisions of "UC4"
>Jeremyb (Created page with "Vital Signs relies on nightly run UC4 jobs to extract the Core data which is warehoused and provided to the applications. ==Daily Jobs== *HIST DAILY <code> ##Run nightl...") |
>Jeremyb |
||
Line 1: | Line 1: | ||
Vital Signs relies on nightly run UC4 jobs to extract the Core data which is warehoused and provided to the applications. | Vital Signs relies on nightly run UC4 jobs to extract the Core data which is warehoused and provided to the applications. | ||
− | + | '''Daily Jobs''' | |
− | |||
− | |||
*HIST DAILY | *HIST DAILY | ||
Line 24: | Line 22: | ||
</code> | </code> | ||
− | + | '''Month End Jobs''' | |
*MEMBERSHIP_ANALYSIS | *MEMBERSHIP_ANALYSIS |
Revision as of 19:46, 22 August 2012
Vital Signs relies on nightly run UC4 jobs to extract the Core data which is warehoused and provided to the applications.
Daily Jobs
*HIST DAILY
##Run nightly- between 12:01 and 1 am.
##Login as bolive
set -e
cd /var/summit/spectrum/LIVE
/VSJOBS/JVSLOAD_HIST
*MEMBERSHIP_ANALYSIS
##Run nightly – after JVSLOAD_HIST and prior to 5am
##Do not run on days when the EOM job (see below) is scheduled
##Login as bolive
set -e
cd /var/summit/spectrum/LIVE
/VSJOBS/JVSLOAD_MBRSHLN
Month End Jobs
*MEMBERSHIP_ANALYSIS
##Run after report databases have been created
##Login as bolive
set -e
cd /var/summit/spectrum/LIVE
/VSJOBS/JVSLOAD_MBRSHLN eom &YYYYMMDD
#Where &YYYYMMDD is a UC4 variable containing the last day of the month being closed
Note: There is no need to have your job plans pause and wait for completion of these jobs before continuing with the next step