if you have 365 no of data set and each one having different
variable from each other. how will you read by creating
macros and create a single data set.
Answer Posted / singh.naveen409
%macro naveen(xx,n);
data www;
merge
%do i=1 %to &n;
&xx&i
%end;
;
run;
%mend naveen;
%naveen (qq,2);
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
How would you identify a macro variable?
Give some examples where proc report’s defaults are different than proc print’s defaults?
What is the function of output statement in a SAS Program?
What are the features of base sas system?
For what purposes have you used sas macros? : sas-macro
explain the use of % includes a statement in sas? : Sas-administrator
Mention how to limit decimal places for the variable using proc means?
Describe the function and untility of the most difficult SAS macro that you have written.
explain about data integrator metadata reports? : Sas-di
What are the advantages of using sas?
What is data _null_?
Are you sensitive to code walk-throughs peer review or QC review?
do you prefer proc report or proc tabulate? Why? : Sas programming
What are the scrubbing procedures in sas?