why is a stop statement needed for the point=option on a set statement? : Sas programming
what does the run statement do? : Sas programming
if x=round(26.3,10)-1 then x= how much and how explain?
What techniques and/or PROCs do you use for tables?
How do you add a prefix to some or all variables in a dataset using a SAS macro?
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
What are Dashboard reports?And significance of these in analysis?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
How can I remove header from output data set?
What are the difference between ceil and floor functions in sas?
At compile time when a SAS data set is read, what items are created?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?