How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
No Answer is Posted For this Question
Be the First to Post Answer
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
what are sas/access and sas/connect? : Sas programming
One way of creating a new variable in Macros is by % Let....What is the other way..?
what is the use of LRECL option.
How would you keep from overlaying the a SAS set with its sorted version?
what are validation tools that are used in sas? : Sas-administrator
How do you put an elephant in the refrigerator?
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
how can u import .csv file in to SAS?tell Syntax?
7 Answers CitiGroup, Franklin Templeton,
Name statements that are execution only.
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;
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,