POSITEOF (XFILE)
9.0D
The POSITEOF instruction positions the record set pointer to the end of the record set (EORS). Once positioned, new records may be added sequentially without overwriting existing records. The instruction uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
xfile
Required. A previously defined and opened XFILE variable that is positioned to end of the record set.
Flags Affected: NONE
See Also: XML Support
![]() |