How we will Developing new reports Using Data step
programming and Macros ?
Answer Posted / pambrose
Assuming the question is intended to automate the code..lets say for a monthly report.
here is the outlook of the code
data run_report;
day1 = day(today());
if day1 = 1 then call execute('%monthlyreports');
else.........
....
.........
run;
%monthlyreport;
SAS report generation
%mend;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to do user inputs and command line arguments in sas?
Briefly explain input and put function?
what is the use of sas management console? : Sas-di
Describe the ways in which you can create macro variables? : sas-macro
why a stop statement is needed for the point= option on a set statement?
What do you understand by the term Normal Distribution?
Name types of category in which SAS Informats are placed?
What are the data types that sas contain?
How can sas program be validated?
What are the difference between sas functions and procedures?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
describe the interaction table in sas di? : Sas-di
What does proc print, and proc contents are used for?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What does P-value signify about the statistical data?