- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 12-21-2009 03:52 AM
(3244 views)
hi all,
Could u pl tell how to place password for sas code (programme) file.
I mean, I want to create read only file.
Thanks,
Ravi.
Could u pl tell how to place password for sas code (programme) file.
I mean, I want to create read only file.
Thanks,
Ravi.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Your SAS source code statements (in a file) must be protected using an OS-standard utility of some type. You can then compile your program in SAS, saving the compiled object to a SAS library and password-protect that file/object -- while still making it available for execution.
Suggested reading below.
Scott Barry
SBBWorks, Inc.
SAS Language Reference: Concepts, File Protection
http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a001331120.htm
SAS Language Reference: Concepts, Stored Compiled DATA Step Programs
http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a000988945.htm
Suggested reading below.
Scott Barry
SBBWorks, Inc.
SAS Language Reference: Concepts, File Protection
http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a001331120.htm
SAS Language Reference: Concepts, Stored Compiled DATA Step Programs
http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a000988945.htm