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 |
who is the best SAS clinical Trainer in Hyderabad?
How to convert HTML file into SAS dataset?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Do you need to know if there are any missing values?
What statement do you code to write the record to the file?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
is there any difference between proc summary and proc means?
what is hierarchy flattening? : Sas-di
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
how would you create multiple observations from a single observation? : Sas programming