How to save the log information in a file for future use
Answer Posted / 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 |
Post New Answer View All Answers
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What is the difference between %put and symbolgen? : sas-macro
what is the use of proc contents and proc print in sas? : Sas-administrator
What are the functions which are used for character handling functions?
AE datasets names? how many types?
what is the difference between nodup and nodupkey options? : Sas programming
What is the basic syntax style in SAS?
what are _numeric_ and _character_ and what do they do? : Sas programming
Describe the ways in which you can create macro variables?
Which function is used to count the number of intervals between two sas dates?
Briefly explain input and put function?
What are the difference between sas functions and procedures?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Describe the ways in which you can create macro variables? : sas-macro