I just tried it again without the break option, and you're right. I just needed to sort my combined dataset. Thanks for the problem solving!
... View more
There might be another way, but you can output the roc data (outroc = xxxx in the model statement) and then create the plot with SGPLOT and add whatever other features you want/need.
... View more