Briefly explain input and put function?
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;
how do u validate the program which u have written.
How would you delete duplicate observations?
how to assign a macro value to a variable?
Explain proc univariate?
what is enterprise guide? What is the use of it? : Sas programming
What is SAS Information Map Studio and its purpose ?
What is the basic syntax style in SAS?
how to intersect the tables by using PROC MIXED?
how to delete the duplicates by using proc sql?
How to get the repeated values by using sql in sas ?
How to display duplicate observations in data?