SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 58532: SAS® Energy Forecasting forecast-instance folders might not be deleted

DetailsCodeHotfixAboutRate It

In SAS Energy Forecasting, when you delete a diagnose instance, the associated forecast-instance folders are not deleted.

Follow these steps to delete the extra folders for the orphaned forecast-instances:

  1. Place the fcst_cleanup.sas macro in the autocall library that corresponds to your operating system. This macro is located in the Full Code tab of this SAS note.

    Windows: C:\Program Files\SASHome\SASFoundation\9.4\enfcsvr\sasmacro

    UNIX: SAS94_parent_folder/SAS94/SASHome/SASFoundation/9.4/sasautos


  2. Start a SAS session.

    From a command prompt for Windows, issue these commands:

    1. cd C:\SAS\Config\Lev1\SASApp
    2. sas.bat –metauser user name –metapass password

    From a command prompt for UNIX, issue these commands:

    1. cd SAS94 parent folder/SAS94/SASConfig/Lev1/SASApp
    2. export DISPLAY=ip address
    3. ./sas.sh –metauser user name -metapass password

  3. Invoke the macro by running this code:
    %fcst_cleanup;

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Energy ForecastingMicrosoft® Windows® for x643.1
Linux for x643.1
* 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.