mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2025-12-11 03:04:35 +00:00
f0cf0aa0bc24884a6d4055dc458ab652921eeaa9
SAS_PACKAGES
SAS Packages Repository
The User:
- Create a folder for your packages, e.g. under Windows OS family
C:/SAS_PACKAGESor under Linux/UNIX OS family/home/<username>/SAS_PACKAGES. - Copy the
loadpackage.sasfile into the packages' folder. - Copy the
<packageName>.zipfile into the packages' folder. - Execute:
filename packages "<directory/containing/packages/>";
%include packages(loadpackage.sas);
%loadPackage(packageName)
The Developer:
Read the SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf to learn more.
Languages
SAS
100%