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 |
What are the 3 components in sas programming?
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
Hi, I have one dataset, could you please ans for this. id amount paid_amount 1 700 400 2 900 250 3 300 300 a 400 250 b 500 320 c 800 650 x 200 190 y 900 250 z 300 180 i want create new dataset having id and paid_amount who are paid high amount comparing amount. ex: 1d paid_amount 3 300 c 650 x 190
for whom is sas data integration studio designed? : Sas-di
What are symbol tables?Differemce between Local N Global Symbol tables.....
What are the prime responsibilities of data integration administrator? : Sas-di
how do you want missing values handled? : Sas programming
How can you create a macro variable with in data step? : sas-macro
explain what is factor analysis? : Sas-administrator
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
Name statements that are execution only.