One more thing important.
These numbers are used to graph the ROC curve which measures the area under the curve. We plot the sensitivity on the Y axis and 1 - specificty on the X axis. Hence to have the best curve we need high sensitivty and low 1 - specificity which is high specificity.
The c-hat value on the SAS printout measures how good this curve is and this in either proc genmod or logistic (forget which one) with option / ctable.
C ranges from 0 to 1 and the closer to 1 the better!
The c-hat value is used instead of the gamma value (ranges between -1 and 1) which measures ordinal association betwen y and x in certain situations by using concordant versus discordant pairs: for example a low number of tables but a high number of cell counts or the reverse: a high number of tables but a low number of cell counts. This creates bias in measuring the association between Y and X and we have to resort to different measures. The sensitivity / specificity is one way of doing this.