How to save the log information in a file for future use

Answers were Sorted based on User's Feedback



How to save the log information in a file for future use..

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

How to save the log information in a file for future use..

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

Post New Answer

More SAS Interview Questions

is it possible to generate sas datasets using proc print ???

1 Answers   GSK GlaxoSmithKline,


diff between nodup rec and ondup key???

3 Answers   AON, Sciformix,


Given an unsorted data set, how to read the last observation to a new data set?

0 Answers  


Have you used macros? For what purpose you have used? : sas-macro

0 Answers  


how do we get duplicate observations in a separate dataset?

6 Answers   CitiGroup,






You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?

2 Answers  


Can we create datasets by proc step ? (Proc contents, Means)?

2 Answers  


Give some examples where proc report’s defaults are different than proc print’s defaults?

0 Answers  


What is the purpose of _character_ and _numeric_?

0 Answers  


In proc transpose and data step with arrays which one you pick?

0 Answers   Accenture, Quintiles,


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

0 Answers  


where to use sas business intelligence? : Sas-bi

0 Answers  


Categories