How to save the log information in a file for future use
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / gits
Just go to log window and click on the save icon. It will open a window and then select the destination where you want to store it. And then click on save. It saves your log in text format. Now you retrieve the log information anytime.
| Is This Answer Correct ? | 8 Yes | 6 No |
differnce between 8.2 and 9.1.3
how to perform paired t-test using Base/SAS & SAS/Stat?
what is the purpose of _error_? : Sas programming
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
how do u identify a macro variable
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
What is difference between rename and lable in sas?
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
What is the Program Data Vector (PDV) and What are its functions?
What are the different versions of sas that you have used until now? : sas-grid-administration