Even though I put the %global statement at the top of my code, and did %put statements, the %put statements near where I needed to use my variables always showed them as blank. I obviously had some kind of weird scope problem going on. I solved this problem by simply defining the variables right before I needed to use them. Thanks to all of you for your kind assistance and quick replies.
... View more