sasjs / server

Build Apps on Base SAS

Home Page:https://server.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable SAS_PACKAGES in SASjs Server

allanbowe opened this issue ยท comments

SAS_PACKAGES is a SAS-native approach for package management in SAS.

The source repo is here: https://github.com/yabwon/SAS_PACKAGES

The high level actions to enable SAS Packages are:

  • Add the SAS_PACKAGES system macros to SASAUTOS
  • Provision a directory for holding SAS_PACKAGES
  • Inject a filename packages "{directory}"; statement into the autoexec

The detailed actions necessary are as follows:

๐ŸŽ‰ This issue has been resolved in version 0.23.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€