What is your favorite all time computer book? Why?
No Answer is Posted For this Question
Be the First to Post Answer
Baseline definition in your study
3 Answers Accenture, Quintiles,
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
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 SET and MERGE?
Hi, I have one dataset, could you please ans for this. id amount paid_amount 1 700 400 2 900 250 3 300 300 a 400 250 b 500 320 c 800 650 x 200 190 y 900 250 z 300 180 i want create new dataset having id and paid_amount who are paid high amount comparing amount. ex: 1d paid_amount 3 300 c 650 x 190
What are the default statistics for means procedure?
what is the difference between unique key and primary key? : Sas-di
What are the criticality that you have faced during your project in SAS?
What is proc sort?
what is SAS ACCESS AND SAS CONNECT ? Give an example and data statements used.
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
Name statements that are recognized at compile time only?