The database server treats the specified filename (and any pathname) as relative.
On UNIX, if you specify a simple filename instead of a full pathname as the file parameter, the client application looks for the file in your home directory on the computer where the database resides. If you do not have a home directory on this computer, the default directory is the root directory.
On Windows, if you specify a filename but no directory as the file parameter, the client application looks for the file in your current working directory if the database is on the local computer. Otherwise, the default directory is %INFORMIXDIR%\bin.
Related statements: CREATE PROCEDURE, CREATE FUNCTION FROM , and CREATE ROUTINE FROM