Shamelessly copied from SAS documentation,
"A pair of observations with different observed responses is said to be concordant if the observation with the lower ordered response value has a lower predicted mean score than the observation with the higher ordered response value. If the observation with the lower ordered response value has a higher predicted mean score than the observation with the higher ordered response value, then the pair is discordant. If the pair is neither concordant nor discordant, it is a tie. Enumeration of the total numbers of concordant and discordant pairs is carried out by categorizing the predicted mean score into intervals of length and accumulating the corresponding frequencies of observations. Note that the length of these intervals can be modified by specification of the BINWIDTH= option in the MODEL statement. "
So, it's easy to calcuate the percentages by yourself. Just keep in mind a pair ties if the predicted probability lies in the same BIN.
Example copythefted from
http://support.sas.com/documenta ... ogistic_sect064.htm