Is it possible to hide code written in SAS EG

I have some project written in sas EG. It has its own promt variables and the result is some statement. I need to give this project to another people and I do not want them to see my code. Is it possible to hide it? p.s. I can not use stored process function cause session works not in local machine. Thank you

Upvotes: 0

Views: 743

Answers (1)

Joe
Joe

Reputation: 63434

You can use a stored compiled macro just like you could in base SAS. I'm not sure if it would be included in the .egp file, though; you might have to distribute the macro file separately, in which case you should use the option to use relative paths.

Upvotes: 2

Related Questions