Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The NLIN Procedure

RETAIN Statement

RETAIN  variable <=values> < ... variable <=values> > ;

The RETAIN statement declares retained variables and specifies their values. A retained variable is like a control variable (see the section "CONTROL Statement") except that it is retained only within iterations. An iteration involves a single pass through the data set.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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