Similar Posts

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

3 Comments

  1. Thanks, I’ve just been looking for info approximately this topic for ages and
    yours is the best I’ve found out till now.

  2. Thanks for this, very useful. Just politely pointing out a small typo in this section…

    %let libpath = %sysfunc(pathname(mylib));
    %put libpath;

    Literally a missing ampersand. Should read,

    %let libpath = %sysfunc(pathname(mylib));
    %put &libpath.;