I have been informed that I must remove the censor term from my PROC LIFEREG statements. i.e., use model Time = / Weibull; instead of model Time*Cnsr(1) = / Weibull; Although this does seem to work (i.e. it gives same estimates as PROC UNIVARIATE), it does surprise me that the doesn't automatically account for the censoring. At any rate, my mystery solved.
... View more