PROC OPTLSO creates three Output Delivery System (ODS) tables by default. The first table, ProblemSummary, is a summary of the input problem. The second table, SolutionSummary, is a brief summary of the solution status. The third table, PerformanceInfo, is a summary of performance options. You can use ODS table names to select tables and create output data sets. For more information about ODS, see SAS Output Delivery System: Procedures Guide.
If you specify the DETAILS option in the PERFORMANCE statement, then the Timing table is also produced.
Table 3.2 lists all the ODS tables that can be produced by the OPTLSO procedure, along with the statement and option specifications that are required to produce each table.
Table 3.2: ODS Tables Produced by PROC OPTLSO
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ProblemSummary |
Summary of the input LP problem |
PROC OPTLSO |
PRINTLEVEL=1 (default) |
SolutionSummary |
Summary of the solution status |
PROC OPTLSO |
PRINTLEVEL=1 (default) |
PerformanceInfo |
List of performance options and their values |
PROC OPTLSO |
PRINTLEVEL=1 (default) |
Timing |
Detailed solution timing |
PERFORMANCE |
DETAILS |