Problem Note 61649: The %DI_JOB_SO MODEL_GP_STATUS task might eliminate large amounts of sales data when sales occur in only one week
In SAS® Size Profiling, the %DI_JOB_RO MODEL_GP_STATUS task might eliminate large amounts of sales data when sales occur in only one week. This issue occurs because the task currently eliminates single weeks of selling data for sizes at a store in order to exclude unintended sizes from becoming active. This could happen, for example, when an e-commerce-only size is returned to a store and later sold there. However, the task currently does not consider the quantity of units sold before it eliminates the week(s) of sales. Thus, if a store has large sales all in a single week, these sales are eliminated from the active period.
There is no workaround for this issue.
Click the Hot Fix tab in this note to access the hot fix for this issue.
After the fix is available, there are two changes:
- A new parameter called mgps_sales_unit_threshold is added to the PRF_CONFIG table.
- An additional setting for the Prf_config mgps_activate_all_size setting in the PRF_CONFIG file is enabled.
The new parameter called mgps_sales_unit_threshold acts as a threshold for the number of sales in a single week to be included in active period. Single week selling is eliminated only if the amount of sales units for that store-week-size is less than the threshold.
If the threshold value is:
- Null, then no threshold test is done, and the solution works the same way as before fix.
- Zero, then no data is excluded. All sales weeks regardless of quantity could trigger an active period.
- Greater than 0, then the threshold is just that. For example, if the threshold is set to 2, that week of sales is preserved if there are 2 or more units sold.
In addition, the mgps_activate_all_size setting in the PRF_CONFIG file might also need to change. The fix introduces a new option, '3', which results in only the individual stores with sales in a size having active records for just those sizes. No other sizes or stores are activated.
Possible values:
0 = Activate only the sizes that had sales at the specified store.
1 = Activate all sizes when any size of the style-color has a sale at that store.
2 = Activate the sizes in all stores when a SKU has a sale at any store.
3 = Activate only sizes that had sales at a specified store for only for those weeks that had sales. This results in sizes that have different active periods in the same store.
Operating System and Release Information
SAS System | SAS Size Profiling | 64-bit Enabled AIX | 3.2_M4 | | 9.3 TS1M2 | |
Microsoft® Windows® for x64 | 3.2_M4 | | 9.3 TS1M2 | |
Linux for x64 | 3.2_M4 | | 9.3 TS1M2 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2018-06-22 10:08:18 |
Date Created: | 2018-01-03 08:51:44 |