BookmarkSubscribeRSS Feed
yabwon
Onyx | Level 15

Hey SAS-C,

Just FYI.

Bart

 

SAS Packages Framework, version 20241014

As usual available at: https://github.com/yabwon/SAS_PACKAGES

 

Changes


The %generatePackage() macro accepts two new code types:

  • DS2PCK for Proc DS2 packages, and
  • DS2THR for Proc DS2 threads.

Those two new types allow to add PROC DS2 threads and packages to a SAS package.


The %loadPackage() macro has new parameter:

  • DS2force - when set to 1 an existing data set named the same as thread or package is overwritten by DS2 file.

While loading a package that contains PRCO DS2 code, by default, if there already exist a SAS data set with the same name (which is not a DS2 thread or package file) a warning is issued in the log and the thread/package data set is not generated. To force overwrite, set the DS2force= parameter of the %loadPackage() macro to 1.


Minor updates and fixes:

  • Proc sql "drop table" replaced with fedsqsl's for data sets deletion.
  • Proc iml, fcmp, and proto code blocks end with quit; statement.

Documentation and Hands-on-Workshops materials updated.

 

 

 @SASJedi @Quentin 

_______________
Polish SAS Users Group: www.polsug.com and communities.sas.com/polsug

"SAS Packages: the way to share" at SGF2020 Proceedings (the latest version), GitHub Repository, and YouTube Video.
Hands-on-Workshop: "Share your code with SAS Packages"
"My First SAS Package: A How-To" at SGF2021 Proceedings

SAS Ballot Ideas: one: SPF in SAS, two, and three
SAS Documentation



SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 0 replies
  • 76 views
  • 4 likes
  • 1 in conversation