Chapter Contents

Previous

Next
The G4GRID Procedure

Procedure Syntax


PROC G4GRID<DATA=SAS-dataset>
<OUT=SAS-dataset>
<GAMMA=gamma-factor>
<D=amplitude-factor>
<RADIUS=search-radius-value>;
GRID x*y*z=variable <...variable-n>< / <grid-options>>;
BY <options> variables;

The PROC G4GRID Statement initiates the procedure.

The GRID Statement specifies the variables for interpolation.

The BY Statement specifies the variable or variables by which data is grouped for processing.


Chapter Contents

Previous

Next

Top of Page

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