Hey guys, This is my first post, just let me know if you need me to elaborate. I've created a proc freq table that I've outputted to a work file, and it looks like the below: Status COUNT PERCENT Successful 200 0.769231 Unsuccessful 50 0.192308 Unknown 10 0.038462 I want to get the PERCENT value where the status was "Successful" and assign it to a macro variable that I can use at a later part of the programme. Does anyone know how I can do this? Thank you in advance for you help.
... View more