Alright, slowly getting there.
Using something like
options NOMPRINT;
options NONOTES;
options NOSYMBOLGEN;
options NOOVP;
options NOMFILE;
options NOSOURCE;
options NOSOURCE2;
options NOMLOGIC;
disables everything that is written to the log, except MPRINT - why? 🙂
Lines like these are left:
MPRINT(ETLS_RECORDCHECK): set work.etls_contents (obs = 1);
MPRINT(ETLS_RECORDCHECK): call symput("etls_recordsBefore", left(put(nobs,32.)));
MPRINT(ETLS_RECORDCHECK): run;
MPRINT(ETLS_RECORDCHECK): proc datasets lib = work nolist nowarn memtype = (data view);
MPRINT(ETLS_RECORDCHECK): delete etls_contents;
Thanks,
Thomas
... View more