You're reading in Ratio with a $ which means SAS will read that in as a character variable. SAS will not use character variables in regression because that doesn't make sense. Remove the $ to read it in as a numeric and you should be fine.
... View more