BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
rbettinger
Pyrite | Level 9

I want to create a SAS/IML library that allows users to load modules and execute them but restricts the modules from being opened so that the code can be inspected. I don't want users to "add value" to what I have done because such potential changes to my code may not be useful and may introduce errors.

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

I think you are worrying about a problem that doesn't exist. SAS/IML modules are not stored as text files. The documentation for modules states "Modules are stored in the form of their compiled code."  You can find the name of the modules, but a user cannot read the underlying source code. 

 

 

View solution in original post

1 REPLY 1
Rick_SAS
SAS Super FREQ

I think you are worrying about a problem that doesn't exist. SAS/IML modules are not stored as text files. The documentation for modules states "Modules are stored in the form of their compiled code."  You can find the name of the modules, but a user cannot read the underlying source code. 

 

 

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!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 1 reply
  • 655 views
  • 1 like
  • 2 in conversation