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 the SAS data set?
How do you delete duplicate observations in sas?
what is the use of proc sql? : Sas programming
What are the scrubbing procedures in sas?
how to do user inputs and command line arguments in sas?
How to read an input file in sas?
What are the applications primarily used by business analyst? : Sas-bi
Give some examples where proc report’s defaults are different than proc print’s defaults?
What do the PUT and INPUT functions do?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
I need level 2 to 5 sas using companies in india
How would you identify a macro variable? : sas-macro
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
How many data types are there in SAS?
Explain the purpose of substr functions in sas programming.