|
Chapter Contents |
Previous |
Next |
| The ASSIGN Procedure |
The options available with PROC ASSIGN and its statements are summarized by purpose in the tables that follow.
Table 2.1: Variable Lists| Description | Statement | Option |
|---|---|---|
| process data in groups | BY | |
| cost variables | COST | |
| source node names | ID |
| Description | Statement | Option |
|---|---|---|
| input data set | ASSIGN | DATA= |
| output data set containing the solution | ASSIGN | OUT= |
| Description | Statement | Option |
|---|---|---|
| scaling factor for input cost data | ASSIGN | DEC= |
| find maximum cost assignment | ASSIGN | MAXIMUM |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.