Was this helpful?
How Running the Interpreter Works
Finally, ABF runs the interpreter, passing to it the Intermediate Language code to run the application. If there are no 3GL procedures, the interpreter is the file:
Windows:
iiinterp, located in the %II_SYSTEM%\ingres\bin directory
Linux:
iiinterp, located in the $II_SYSTEM/ingres/bin directory
If the application or frame tree includes any 3GL procedures, ABF uses the temporary copy of the interpreter that it created (as described in How the Extract File Is Created and Compiled). This file has the same name as the interpreter itself, and is stored in the application's object code directory. The file is deleted when you exit the application.
Last modified date: 12/14/2023