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 |
How would you create multiple observations from a single observation?
What do the put and input function do?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
what is factor analysis? : Sas-administrator
What is the length assigned to the target variable by the scan function?
Name and describe three SAS functions that you have used, if any?
What are the table names in oracle database...?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How many versions came upto now in SAS?
what is the diff b/w verification validation in sas