Programming Tip 1

In the previous section, we created a library reference called ExFile

We then referenced it in the Proc Import DATAFILE options:

This step is actually not required.

We can directly specify the path in the DATAFILE option without using the library reference.

​For example, the code below works exactly the same:

Using the FILEREF is, however, recommended since it generally makes the code look cleaner.