Enabling additional tracing of output from the SYMBOLGEN system option to resolve issues when you execute the Content Release (CR) Tool


At times, SAS Technical Support requires additional tracing of the content produced by the SYMBOLGEN system option to help resolve issues when you execute the CR Tool. To enable this tracing, perform the following steps:

    1. On the problematic machine, navigate to CR-tool-home-directory/main.sas.  

 

       2. In the main.sas file, replace the existing OPTIONS MPRINT statement with these statements:

options mprint mprintnest mlogic mlogicnest symbolgen source source2 fullstimer; 
%let log_level=3;

     

      3. Submit the resulting output from CR Tool execution, along with relevant log files, to SAS Technical Support.