Hi,
I have a SAS data set with some 2 million records.
The records span a period of 5 years.
Many records are representative of the same person.
Each record has a variable for a service date.
I need to find out how many people have records with more than one service date in a seven day period, as well as how many people have multiple records in a one year period.
How can I do this? Would I use a Do loop command?
thanks!
I have a SAS data set with some 2 million records.
The records span a period of 5 years.
Many records are representative of the same person.
Each record has a variable for a service date.
I need to find out how many people have records with more than one service date in a seven day period, as well as how many people have multiple records in a one year period.
How can I do this? Would I use a Do loop command?
thanks!