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
Explain the special input delimiters used in sas programming.
explain the concepts and capabilities of business object? : Sas-bi
If money were no object, what would you like to do?
Tell e how how dealt with..
Differences between where and if statement?
what are some good sas programming practices for processing very large data sets? : Sas programming
What are SAS/ACCESS and SAS/CONNECT?
what is factor analysis? : Sas-administrator
How will you generate test data with no input data?
Give e an example of..
it will become easy if uuu provide website linkssss and list of consultanciessssss
Which function is used to count the number of intervals between two sas dates?
How to test the debugging in sas?
To what type of programms have you used scratch macros?
Where do you use proc means over proc freq?