- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
HI,
Does anyone know how to update job_calendar to include all days rather than only 5 days?
includes all flags and business_day_count
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You want to use all seven days of week as business days. AGP process should be executed all seven days. In Default system, business days are defined only for five days.
You will have to do below two steps to do above changes:
- Business Days Count should be added for all dates, it doesn't have any count against non business days in default system. Update Business Days Count = Job_Calendar_ID.
- Update Rundate_Ind = 'Y' for all dates.
- Update Daily_Rundate_Indicator = 'Y' for all dates.
Hope this will be helpful. If you had some other query, please highlight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi there
There is no limitation on what days can be placed in the job calendar table. i.e. weekend days can be added if not included.
Regards
Elizabeth
Elizabeth Kyriacou
Business Operation Specialist
Fraud & Security Intelligence Division
Tel: + 44 (0)1628 490859 ▪ Mobile: + +44 (774) 1241863▪ elizabeth.kyriacou@sas.com
SAS ▪ 7th Floor 199 Bishopsgate ▪ London, EC2M 3TY
www.sas.com/fraudfinancialcrime
SAS® … THE POWER TO KNOW®
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You want to use all seven days of week as business days. AGP process should be executed all seven days. In Default system, business days are defined only for five days.
You will have to do below two steps to do above changes:
- Business Days Count should be added for all dates, it doesn't have any count against non business days in default system. Update Business Days Count = Job_Calendar_ID.
- Update Rundate_Ind = 'Y' for all dates.
- Update Daily_Rundate_Indicator = 'Y' for all dates.
Hope this will be helpful. If you had some other query, please highlight.