name several ways to achieve efficiency in your program? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
what are some good sas programming practices for processing very large data sets? : Sas programming
what is the SAS/ACCESS and SAS/CONNECT?
9 Answers Accenture, iFlex, TCS,
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 criteria for adverse events and treatment-emergent adverse events?
Have you ever used the SAS Debugger?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
explain what is data set in sas? : Sas-administrator
What is the basic structure of a sas program?
What’s the difference between var b1 – b3 and var b1 — b3?
what is the use of proc sql?
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
How do you write a test plan?