Previous Next

Using this manual
OpenEdge provides a special purpose programming language for building business applications. In the documentation, the formal name for this language is ABL (Advanced Business Language). With few exceptions, all keywords of the language appear in all UPPERCASE, using a font that is appropriate to the context. All other alphabetic language content appears in mixed case.
For the latest documentation updates see the OpenEdge Product Documentation Overview page on PSDN: http://communities.progress.com/pcom/docs/DOC-16074.
References to ABL compiler and run-time features
ABL is both a compiled and an interpreted language that executes in a run-time engine. The documentation refers to this run-time engine as the ABL Virtual Machine (AVM). When the documentation refers to ABL source code compilation, it specifies ABL or the compiler as the actor that manages compile-time features of the language. When the documentation refers to run-time behavior in an executing ABL program, it specifies the AVM as the actor that manages the specified run-time behavior in the program.
For example, these sentences refer to the ABL compiler’s allowance for parameter passing and the AVM’s possible response to that parameter passing at run time: “ABL allows you to pass a dynamic temp-table handle as a static temp-table parameter of a method. However, if at run time the passed dynamic temp-table schema does not match the schema of the static temp-table parameter, the AVM raises an error.” The following sentence refers to run-time actions that the AVM can perform using a particular ABL feature: “The ABL socket object handle allows the AVM to connect with other ABL and non-ABL sessions using TCP/IP sockets.”
References to ABL data types
ABL provides built-in data types, built-in class data types, and user-defined class data types. References to built-in data types follow these rules:
*
Like most other keywords, references to specific built-in data types appear in all UPPERCASE, using a font that is appropriate to the context. No uppercase reference ever includes or implies any data type other than itself.
*
Wherever integer appears, this is a reference to the INTEGER or INT64 data type.
*
Wherever character appears, this is a reference to the CHARACTER, LONGCHAR, or CLOB data type.
*
Wherever decimal appears, this is a reference to the DECIMAL data type.
*
Wherever numeric appears, this is a reference to the INTEGER, INT64, or DECIMAL data type.
References to built-in class data types appear in mixed case with initial caps, for example, Progress.Lang.Object. References to user-defined class data types appear in mixed case, as specified for a given application example.
Structure of reference entries
Each ABL element reference description includes some subset of the following information:
*
*
*
*
*
*
*
*
*
Platform-restriction notes
Some language elements and features of ABL do not apply to all software platforms—operating systems, user interfaces, and database management systems—that OpenEdge supports. The documentation tries to note each such platform restriction with the language element title. Some language elements apply to SpeedScript programming and some do not; the documentation indicates which language elements do not apply with a note in the language element description.
You can consider a language element as supported for all interfaces, on all operating systems, and for SpeedScript unless otherwise indicated in the language element description.
The platform restriction notes that appear in the documentation include the following:
*
The element or feature applies only to the OpenEdge AppServer.
*
The element or feature applies only to the character interfaces that OpenEdge supports.
*
The element or feature applies only to the graphical interfaces that OpenEdge supports.
*
The element or feature applies only to the Windows and UNIX versions that OpenEdge supports.
*
The element or feature applies only to the ORACLE versions that OpenEdge supports.
*
The element or feature applies only to the UNIX versions that OpenEdge supports.
*
The element or feature applies only to the Windows versions that OpenEdge supports.
*
The element or feature applies only to the graphical interfaces of the traditional OpenEdge GUI for the Windows versions that OpenEdge supports.
*
The element or feature applies only to the .NET forms, controls, or other .NET objects for the Windows versions that OpenEdge supports.
For a complete list of the software platforms that OpenEdge supports, see OpenEdge Getting Started: Installation and Configuration.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.