|
Chapter Contents |
Previous |
Next |
| The EXPAND Procedure |
The statements and options controlling the EXPAND procedure are summarized in the following table.
| Description | Statement | Option |
| Statements | ||
| specify BY-group processing | BY | |
| specify conversion options | CONVERT | |
| specify the ID variable | ID | |
| Data Set Options | ||
| specify the input data set | PROC EXPAND | DATA= |
| specify the output data set | PROC EXPAND | OUT= |
| write interpolating functions to a data set | PROC EXPAND | OUTEST= |
| extrapolate values before or after input series | PROC EXPAND | EXTRAPOLATE |
| Input and Output Frequencies | ||
| specify input frequency | PROC EXPAND | FROM= |
| specify output frequency | PROC EXPAND | TO= |
| specify frequency conversion factor | PROC EXPAND | FACTOR= |
| control the alignment of SAS Date values | PROC EXPAND | ALIGN= |
| Interpolation Control Options | ||
| specify interpolation method | PROC EXPAND, CONVERT | METHOD= |
| specify observation characteristics | CONVERT | OBSERVED= |
| specify transformations of the input series | CONVERT | TRANSIN= |
| specify transformations of the output series | CONVERT | TRANSOUT= |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.