I. EQUEL/FORMS Examples : Finalize
 
Share this page                  
Finalize
Performs final data transfers at the end of a display loop.
Examples—finalize statement:
Example 1:
This example places data from the ename and sal fields into program variables:
## finalize (vname = ename, vsal = sal)
Example 2:
This example places data from the field specified by the variable fieldvar into the variable namevar:
## finalize (namevar = fieldvar)
Example 3:
The following example illustrates the use of a null indicator variable with a nullable column:
## finalize (spousevar:indicator_var = spouse)