Difference between sum function and using “+” operator?
Which date function advances a date, time or datetime value by a given interval?
describe about joins? briefly?
what is program data vector? : Sas-administrator
What other SAS features do you use for error trapping and data validation?
How can you put a "trace" in your program?
How do i read multiple spaces in datasets?
I need help in merging two different datasets. I am merging by date and I want to propagate observations from one dataset to the corresponding dates. One dataset has a unique date for each day of the month, while the other dataset has same date for different patient visits. For example I want to spread an observation on the 31DEC2008 from one dataset to several observations with the same date on a second dataset for all the patients who visited on that date. I have tried to merge the two and the result is not what I wanted. Instead I get a dataset whereby all the dates have missing values where observations from the first datset should have spread.
Explain the special input delimiters used in sas programming.
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help
What are the statements in proc sql?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is the purpose of the trailing and How would you use them?