Scott,
Thanks for the info. It helped greatly and I can now read outputs from my stored procedure!
It turns out the problem was with my stored procedure. The examples I saw from Microsoft used either the SET or SELECT to set the output variable but not both together. Using the SET then the SELECT statements worked.
Very grateful,
Art