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
Difference between sum function and using “+” operator?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
I need level 2 to 5 sas using companies in india
what is the basic structure sas administrator? : Sas-administrator
What are types of transport files?
Have you ever used the SAS Debugger?
describe about metadata object? : Sas-di
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
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
What would be the value of month at the end of data step execution and how many observations would be there?
Name validation tools used in SAS
How we can create SAS USER DEFINED CODE?
What is the function of Stop statement in a SAS Program?
Which command is used to perform sorting in sas program?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration