Does your company also license SAS Text Miner? This is the add-on product to SAS Enterprise Miner that provides several techniques for directly analyzing text data, such as the review you describe.
In the absence of Text Miner, what many people do is use the very robust programming language in SAS to extract information from the text field(s). Base SAS provides a lot of character functions to aid in this. It can be a bit laborious to do it this way and you need to know a priori what to look for. Typically people great a lot of indicator variables to represent certain words, topics or themes. The resulting analysis won't be as robust as one that uses natural language processing and advanced text analytics as Text Miner does, but you may at least be able to gain some insights from the data.
I hope this helps!
... View more