Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
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 or PRINT (PRICESEN or COLUMN /SENSITIVITY)
PriceActivitiesPrice activities at min phi and max phidefault or PRINT (PRICESEN or COLUMN /SENSITIVITY)
PriceActivityPrice activity at min phi or max phiPRICEPHI= and PARAPRINT
PriceParametricLogPrice parametric programming logPRICEPHI=
PriceRangeSummaryPrice range analysisRANGEPRICE or PRINT RANGEPRICE
RhsSensitivitySummaryRHS sensitivity analysis summarydefault or PRINT (RHSSEN or ROW /SENSITIVITY)
RhsActivitiesRHS activities at min phi and max phidefault or PRINT (RHSSEN or ROW /SENSITIVITY)
RhsActivityRHS activity at min phi or max phiRHSPHI= and PARAPRINT
RhsParametricLogRHS parametric programming logRHSPHI=
RhsRangeSummaryRHS range analysisRANGERHS or PRINT RANGERHS
InfeasibilitySummaryInfeasible row or variable summarydefault
InfeasibilityActivityVariables 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: Variables 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

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.