Tell me about % include and % eval? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
How to get the repeated values by using sql in sas ?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
how do i read multiple spaces in datasets? eg: vijaya raghava perumal.I tried with using & but it workss if its vijaya raghava but not for raghava perumal.how to do this?
How do you write a test plan?
what is star schema? : Sas-di
which stats created by proc means that are not created by proc summary or vice versa?
Baseline definition in your study
3 Answers Accenture, Quintiles,
what is data governance? : Sas-di
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
I have a dataset concat having a variable a b & c. How to rename a b to e & f?