Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

how to do user inputs and command line arguments in sas?

3086


Briefly explain input and put function?

1137


what is the use of sas management console? : Sas-di

1138


Describe the ways in which you can create macro variables? : sas-macro

1113


why a stop statement is needed for the point= option on a set statement?

1130


What do you understand by the term Normal Distribution?

1033


Name types of category in which SAS Informats are placed?

1196


What are the data types that sas contain?

1245


How can sas program be validated?

1072


What are the difference between sas functions and procedures?

1199


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

1072


describe the interaction table in sas di? : Sas-di

1072


What does proc print, and proc contents are used for?

1215


In sas admin differentiate between roles and capabilities? : sas-grid-administration

1049


What does P-value signify about the statistical data?

1399