We have multiple large SAS datasets that we are trying to append to one large table. I've set up the code to look like this:
data XXX.Appendee;
set XXX.Appending1;
run;
proc append base = XXX.Appendent data=XXX.Appending2;
run;
proc append base = XXX.Appendent data=XXX.Appending3;
run...
Hello all,
I was wondering if anyone knew of a way to password protect a SAS program. I know that there are ways that you can protect a data set, but cannot find any way to protect a written program. It is needed as a quality control so that only those qualified in the company can edit that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.