How to: |
If the FOCUS data source has a file ID other than the default, issue the USE command to identify the data source, with its file specifications, and associate it with a specific Master File.
fileid AS mastername END
where:
Is any valid file specification for the specific operating system.
Is name of the Master File name that will be associated with the file ID.
To read the data source with the name EMP026 described by the Master File EMPLOYEE, enter this USE command:
USE EMP026 AS EMPLOYEE END
After entering the USE command, you can read the EMP026 data source by entering the command TABLE FILE EMPLOYEE.
Information Builders |