⨳ self-purging macros? ⨳

2012 Apr 06, Friday

⨳ 1 minute read ⨳ 44 words ⨳ sassas macro

unfortunately, this doesn’t work:

%macro test;
proc catalog cat=work.sasmacr;
    delete test.macro;
run;
quit;
%mend;
%test;

the log

ERROR: Entry lock is not available for TEST.MACRO in catalog WORK.SASMACR, lock held by DMS Process.

nuts.


self-purging macros? - April 6, 2012 - Richard Koopmann