options symbolgen mprint mlogic;
which cause the program to print the SAS code that the macro generates to the log. You are apparently not supposed to use these in actual runs: they slow the program down. To turn these off say
options nosymbolgen nomprint nomlogic;