Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ps1881

  1. ps1881

    Proc Append Problem

    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...
  2. ps1881

    Password Protection

    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...

Part and Inventory Search

Back
Top