Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
Explain what Proc glm does?
what are _numeric_ and _character_ and what do they do? : Sas programming
There is a river notoriously known for it?s large crocodile population. With ease, how do you safely cross it?
what are the different ways of merging two datasets.name atleast 4.
Name statements that are recognized at compile time only?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
how to read raw data in sas. Do it manually and throw the programming.
Which are the statements whose placement in the data step is critical?
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 SAS?