The LP Procedure

ODS Table and Variable Names

PROC LP assigns a name to each table it creates. You can use these names to select output tables when using the Output Delivery System (ODS).

Table 3.6: ODS Tables Produced in PROC LP
Table Name Description Statement/Option
ProblemSummaryProblem summarydefault
SolutionSummarySolution summarydefault
VariableSummaryVariable summarydefault
ConstraintSummaryConstraint summarydefault
IterationLogIteration logFLOW
IntegerIterationLogInteger iteration logdefault
PriceSensitivitySummaryPrice sensitivity analysis summarydefault, PRINT PRICESEN, or PRINT COLUMN/SENSITIVITY
PriceActivitiesPrice activities at \phi_{min} and \phi_{max}default, PRINT PRICESEN, or PRINT COLUMN/SENSITIVITY
PriceActivityPrice activity at \phi_{min} or \phi_{max}PRICEPHI= and PARAPRINT
PriceParametricLogPrice parametric programming logPRICEPHI=
PriceRangeSummaryPrice range analysisRANGEPRICE or PRINT RANGEPRICE
RhsSensitivitySummaryRHS sensitivity analysis summarydefault, PRINT RHSSEN, or PRINT ROW/SENSITIVITY
RhsActivitiesRHS activities at \phi_{min} and \phi_{max}default, PRINT RHSSEN, or PRINT ROW/SENSITIVITY
RhsActivityRHS activity at \phi_{min} or \phi_{max}RHSPHI= and PARAPRINT
RhsParametricLogRHS parametric programming logRHSPHI=
RhsRangeSummaryRHS range analysisRANGERHS or PRINT RANGERHS
InfeasibilitySummaryInfeasible row or variable summarydefault
InfeasibilityActivityVariable activity in an infeasible rowdefault
CurrentTableauCurrent tableauTABLEAUPRINT or PRINT TABLEAU
MatrixTechnological matrixPRINT MATRIX
MatrixPictureTechnological matrix picturePRINT MATRIX/PICTURE
MatrixPictureLegendTechnological matrix picture legendPRINT MATRIX/PICTURE

The following table lists the variable names of the preceding tables used in the ODS template of the LP procedure.

Table 3.7: Variable Names for the ODS Tables Produced in PROC LP
Table Name Variables
VariableSummaryVarName, Status, Type, Price, Activity, ReducedCost
ConstraintSummaryRow, RowName, Type, SSCol, Rhs, Activity, Dual
IterationLogPhase, Iteration, EnterVar, EnterCol, LeaveVar, LeaveCol, ReducedCost, ObjValue
IntegerIterationLogIteration, Problem, Condition, Objective, Branch, Value, SumOfInfeas, Active, Proximity
PriceActivitiesCol, VarName, Status, Activity, MinPrice, MinReducedCost, MaxPrice, MaxReducedCost
PriceActivityCol, VarName, Status, Activity, Price, ReducedCost
PriceParametricLogLeaveVar, LeaveCol, EnterVar, EnterCol, ObjValue, CurrentPhi
PriceRangeSummaryCol, VarName, MinPrice, MinEnterVar, MinObj, MaxPrice, MaxEnterVar, MaxObj
RhsActivitiesCol, VarName, Status, ReducedCost, MinRhs, MinActivity, MaxRhs, MaxActivity
RhsActivityCol, VarName, Status, ReducedCost, Rhs, Activity,
RhsParametricLogLeaveVar, LeaveCol, EnterVar, EnterCol, ObjValue, CurrentPhi
RhsRangeSummaryRowName, MinRhs, MinLeaveVar, MinObj, MaxRhs, MaxLeaveVar, MaxObj
InfeasibilityActivityVarName, Coefficient, Activity, Lower, Upper

Previous Page | Next Page | Top of Page