AMT Help Files

Reference

To link data files to an object, you can take the following steps:

To speed up the search for a record in a file, it is also possible to use file indexes.

To rename or delete a link to a data file you can right click on the id in the left pane and choose the applicable option in the popup-menu.

In the logic of the object, you can use the files that have been linked to it. The easiest way to do this is by writing a construction with the READFILE command. The most flexible way is to request and/ or assign file properties, which are available for every file object. If you use the file function .LOCATE in combination with POSITION, it will be possible to search on a record number in the specified file, which will then be used as a relative IO file. For both index files and relative IO files there are additional functions available for deletingupdating or inserting records.