Hello all
I am curious if anyone has tried to electronically analyze an output dataset created using PROC COMPARE. I am trying to only pull out observations with certain characteristics.Visually, I can see the output but I need to be able to access the dataset via a datastep and pull out the observations with a lm_comp_dt of . (missing) or where the value is not E. Unfortunately, it still acts like a datetime stamp which the initial data is. I've attached a screen print. Thoughts? Thanks in advance! -K
where lm_comp_dt ne .E;
The E is special missing E and to reference it you use dot E.
where lm_comp_dt ne .E;
The E is special missing E and to reference it you use dot E.
Thank you so much! That is just what I was looking for! Much appreciated..
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.