Record-oriented
data transmission has two modes of handling data:
- Move mode
- processes data by moving it into or out of the variable.
- Locate mode
- processes data while it remains in a buffer. The execution
of a data transmission statement assigns a pointer variable for
the location of the storage allocated to a record in the buffer.
Locate mode is applicable only to BUFFERED files.
The data transmission statements and options that you specify
determine the processing mode used.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)