You'll need to clarify what you mean by "comparing logits". But note that if you fit a logistic model in PROC GENMOD using the DIST=BINOMIAL and LINK=LOGIT options, the estimated logits (that is, log odds) are available using the XBETA= option in the OUTPUT statement.
... View more