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
What are the table names in oracle database...?
explain the difference between proc means and proc summary?
How would you determine the number of missing or nonmissing values in computations?
What are the difficulties u faced while doing vital signs table or dataset?
Difference between informat and format?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
What is the difference between order and group variable in proc report?
Explain data step in SAS
what are the categories that sas informats are used to the place the data? : Sas-administrator
What does proc print, and proc contents are used for?
Hi, If anyone has base SAS certification dumps, please share.
how does sas handle missing values in functions? : Sas programming
How can you limit the variables written to output dataset in data step?
How do you connect the desktop application to metadata server? : sas-grid-administration
Are you involved in writing the inferential analysis plan? Tables specfications?