do you need to know if there are any missing values? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
name several ways to achieve efficiency in your program? : Sas programming
. Which date advances a date, time or date/time value by a given interval?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What is proc sort?
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
What is the role of administrative users? : sas-grid-administration
What data sets do you need to produce the report?
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
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?
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
how we can call macros with in data step?