I have a dataset concat having variable a b & c. How to rename a b to e & f?
No Answer is Posted For this Question
Be the First to Post Answer
What is connection profile? : sas-grid-administration
What is the difference between %local and %global?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what type of reports you are generating in your company...???
2 Answers GSK GlaxoSmithKline,
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 to extract data from SAP servers? Is like oracle servers or any other methods to extract please reply me.
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
what are all the default values getting in PROC MEANS...???
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
Tell me more about the parameters in macro? : sas-macro
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
What is the difference between order and group variable in proc report?