Hi, Try to some more options - including macro and system (hardware related) to decrease the size of your log. NOMPRINT -Removes SAS statements that are generated by macro execution ERROR=1 -Minimize the number of error to be shown in log to one by default it is 20 NOECHOAUTO -No autoexec code in Log MSGLEVEL - Set to N - It will display notes, warning and errors in log MSGLEVEL - Set to I - It will display additional notes like index, merge, sort utility and all NONOTES - Suppress the notes in log NOSOURCE /NOSOURCE2 - Supress the primary and secondary source information in SAS log NODTRESET - Suppress the date and time in the SAS Log NOWARNING - Suppress the warning messages in the SAS Log you can try more options like : NOMTRACE, NOMLOGIC, NOMACROGEN, NOSYMBOLGEN, NOCPUID, NOECHOAUTO,NOOVP, Pageno=min you can also try to run Proc options first the search for all the options which are containig log and try to use NO with that options (use only if exists) Kindly use as per your convenient because use of every options suppressess the different things in log. Regards Uma Shanker Saini
... View more