how do we mail reports from SAS environment to our team
leader
Answer Posted / vijayabhargava.k
by using the option proc print to and specifying the path we
can expor the data set created and the datastep along with
the log to the required destination
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain what is data step?
what are input dataset and output dataset options? : Sas programming
what is sas metadata server? : Sas-di
What is data _null_?
Mention common programming errors committed in sas ?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
How would you invoke a macro? : sas-macro
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
where to use sas business intelligence? : Sas-bi
Intern stastical programmer written test
what is change analysis in sas di ? : Sas-di
Which are the statements whose placement in the data step is critical?
explain about sas business intelligence? : Sas-bi
What is PDV?
how do you test for missing values? : Sas programming