what is operational data and operational system? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
What is proc sort?
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';
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.
How to save the log information in a file for future use
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 set to a second data set, and the non-matches of the right-most data set to a third data set?
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
Difference Between Scan and Substr
Explain the difference between nodup and nodupkey options?
There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?
what is factor analysis? : Sas-administrator
what is operational data and operational system? : Sas-di
Briefly describe 5 ways to do a "table lookup" in sas.