Next time, include the code directly in your message (not as an attachment) by clicking on the running man icon and pasting your code into the box that opens.
TTEST does not compare ratios of means. It tests to see if the two means are equal (actually performing a subtraction of the two means, among other things)
I don't think your code is correct, it needs to have a CLASS statement to tell the PROC what data is in group 1 and what data is in group 2.
If I am understanding your code and data properly, you cannot perform t-tests on this data at all, as you have only one data point in each gropu for Nuchal and one data point in each group for Mastoid and so on. This is not a limitation of SAS; there is no way to perform any t-test (pencil and paper, or otherwise) when you have one data point in each group.
--
Paige Miller