Dear Sas users,
I have difficulties filtering a dataset;
I only want these observations that have no missing values between day 840 and 845.
For example,
STOCK DATE
A 840
A 841
A 842
A 843
A 844
A 845
B 840
B 841
B 842
C 840
C 841
C 842
C 843
C 844
C 845
D 842
D 843
D 844
D 845
I can only take these stocks that have non missing values between 840 and 845.
So I Cannot select stock C and B. Ans I want a new dataset only with the variables A and D.
How do I use a proper filter technique?
Kind regards,
Stefaan
Message was edited by: OzoneX15
Message was edited by: OzoneX15