next up previous
Next: Set msglevel=i Up: Code debugging Previous: Run on a small


See what the macro sees

Useful options (placed in open code) to run macro code with are

     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;



Andre de Souza 2012-11-19