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
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What is the basic structure of the SAS base program?
how do you want missing values handled? : Sas programming
what techniques and/or procs do you use for tables? : Sas programming
What are the difference between ceil and floor functions in sas?
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What is the function of output statement in a SAS Program?
What is the difference between %put and symbolgen? : sas-macro
Explain the special input delimiters used in sas programming.
for report generation which one you used proc report or data_null_?
What are the ways to do a “table lookup” in sas?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What is the maximum length of the macro variable? : sas-macro
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is the basic syntax style in SAS?