Term | Topic | Meaning | See Also |
OPL Basics |
What OPL understands as the value of something. Sometimes value is used interchangeably with expression, as every expression has a value. |
||
OPL Basics |
A name which stands for a value. A variables value can be changed. |
||
Data File Handling |
The representation of a table which OPL can manipulate in memory. Changes made to a view can be efficiently written into the database file in a single pass, and a view doesnt have to represent all the data in a table. |