Where statements filter the records. So the data only had age=70. So there was no other value to compare or create odds ratio from.
If want to use exactly two values of age then you could filter to those using:
where age in (70 85);
Typically the way many of the regression procedures work the "set up" information about variables needs to be defined before the Model statement. So try the WHERE before the MODEL. If that still "uses all the observations" then include the LOG in another post. Copy the text from the log. Then on the forum open a text box using the </> icon that appears above the message window and then paste in the box.
The text will preserve text formatting of any Log diagnostics. The main message windows will reformat text pasted so anything that may be sensitive to position really should be pasted into a text box. You can see what the text box looks like above.
It is a good idea to post code that way as well. One it sets the code apart from general question text and second, if you use any indents to structure code, the text box preserves such.