How do you specify the number of iterations and specific condition within a single do loop?
No Answer is Posted For this Question
Be the First to Post Answer
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
What is the difference between one to one merge and match merge? Give an example.
What is the basic syntax style in SAS?
Tell me more about the parameters in macro? : sas-macro
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;
Are you involved in writing the inferential analysis plan? Tables specfications?
How will you generate test data with no input data?
explain the concepts and capabilities of business object? : Sas-bi
Mention what is PROC in SAS?
Can you explain the process of calendar?
is there any differnce between proc means and proc summary?
What is SAS Information Map Studio and its purpose ?