ROC <'label'> specification;
The ROC statement specifies a model to be used in the concordance analysis or ROC analysis. There is no limit to the number of ROC statements that you can have. You can specify a label in quotation marks to identify an ROC statement. If you do not specify a label, the model in the ith ROC statement is labeled "ROCi".
You can specify one of the following specifications:
The PRED= option and the SOURCE= option enable you to input a model that is produced outside PROC PHREG; for example, you can fit a parametric survival model by using PROC LIFEREG, save the model in an item store, and then specify the item-store name in the SOURCE= option in a ROC statement to produce an ROC analysis of the imported model.