Assigns a name to the set of records processed by the main command.
-> setname
The set of records processed by the main command is given the name setname.
where
| setname | The name to be assigned to the result set. |
You can explicitly create a result set by adding the characters -> and an appropriate name to the end of any set processing command.
The result setname can be
find Employees where LastName = "Jones" -> JSet
The result set JSet contains all records from Employees in which the last name is Jones.