If you want the whole Solution Summary in a data set, you can use the ODS OUTPUT statement, as shown here:
SAS/OR(R) 14.1 User's Guide: Mathematical Programming
If you just want certain parts, you can use, for example, _SOLUTION_STATUS_ or _OROPTMODEL_NUM_['SOLUTION_STATUS'], as described in the "Solver Status Parameters" section here:
SAS/OR(R) 14.1 User's Guide: Mathematical Programming
You can use the CREATE DATA statement to generate a data set that contains whatever you want:
SAS/OR(R) 14.1 User's Guide: Mathematical Programming