Need urgent help to complete the assignment please: NOTE:Files are attached 1) a) Import HTWT data set to extract 10 observations starting from fifth observation using SAS macros. b) Write a macro to compare two numeric values. (Hint: a) Use proc print. b) Use %if %then %do statement.) 2) Let’s say you have "Revenue" information for different years from 2005 to 2009 with variable revenue. Write SAS macro which will apply means and univariate procedure on each year for revenue variable. (Hint: Define a macro variable to specify the procedure “name”.) 3) The data set "Macro definition.txt" has two SAS macros definition, import them and apply on HTWT data set. (Hint: Use %INCLUDE.) 4) Save the macros permanently defined so far and list all the macros. (Hint: Use options mstored sasmstore then run proc catalog.)
... View more