Chapter Contents |
Previous |
Next |
The TRANS Procedure |
The following tables outline the options available for the TRANS procedure classified by function.
Table 6.1: Input Data Set OptionsDescription | Statement | Option |
---|---|---|
data set containing arc capacities | TRANS | CAPACITY= |
data set containing cost, supply, and demand data | TRANS | COST= |
data set containing arc minimum flows | TRANS | MINFLOW= |
Description | Statement | Option |
---|---|---|
data set containing the solution data set | TRANS | OUT= |
Description | Statement | Option |
---|---|---|
the default arc capacities | TRANS | DEFCAPACITY= |
the default arc lower flow bounds | TRANS | DEFMINFLOW= |
the observation number in the COST= data set | TRANS | DEMAND= |
that contains the demands at the destination nodes | ||
find maximum transportation cost | TRANS | MAXIMUM |
discard any excess supply or demand | TRANS | NOTHRUNET |
force excess supply or demand through the network | TRANS | THRUNET |
The statements and options available in PROC TRANS are discussed in the order in which they appeared in the preceding list of syntax elements.
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.