data | The name of a DATASET or INDEX attribute. |
Return: | NOLOCAL returns a record set or index. |
The NOLOCAL function specifies that all subsequent operations on the data are performed on all nodes. This is typically used within a THISNODE operation. Available for use only in Roxie.
Example:
ds := JOIN(SomeData,NOLOCAL(SomeIndex), LEFT.ID = RIGHT.ID);