How to save the log information in a file for future use
Answer Posted / naveen
We can write this way
PROC PRINTTO LOG='c:\auto.log' NEW;
RUN;
and direct the file to any location.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Give some examples where proc report’s defaults are different than proc print’s defaults?
What is the SAS data set?
how do you want missing values handled? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
Describe crosslist option in tables statement?
name some data transformation used in sas di? : Sas-di
What are the difference between the sas data step and sas procs?
What are SAS/ACCESS and SAS/CONNECT?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What is maximum storage capability of SAS?
What is the difference between %put and symbolgen? : sas-macro
Do you need to rearrange the order of the data for the report?
What do the put and input function do?
How would you define the end of a macro? : sas-macro