@ppurush2 wrote:
Hi All,
I have created a Stored Procedure in my computer. But I have developed it for other team. The users of this Stored Procedure are not much familiar with SAS or its environment.
So, I have 2 doubts,
1. How can I move my Stored procedure to the users computer?
2. How can I restrict them to edit or the inside code of this stored procedure?
Thanks.
@ppurush2
You register and store your SP in a place in metadata where users only have read access.
http://go.documentation.sas.com/?docsetId=stpug&docsetTarget=p0uttvrk8g7649n1cwya2o3dlunt.htm&docsetVersion=9.4&locale=en
... View more