To turn on additional
execution-time debugging information in the generated code for SAS
IT Resource Management transformations, add or edit the following
line to the generated code before the transformation for which you
would like additional debugging information:
%LET LOGGERLEVEL=[level];
Legal values for [level]
include: FATAL, ERROR, WARN, INFO, DEBUG, or TRACE. Users who want
additional debugging information should set the level to
DEBUG: %LET LOGGERLEVEL=DEBUG;