Built-in functions are supported with the following exceptions/restrictions:
- The PLITEST built-in function is not supported.
- Pseudovariables permitted in DO loops are restricted to:
- The POLY built-in function has the following restrictions:
- The first argument must be REAL FLOAT.
- The second argument must be scalar.
- The COMPLEX pseudovariable is not supported.
- Under the RULES(NOLAXDCL) option,
the compiler will flag any declare of a name, such as DISPLAY, as a built-in function
if there is no such PL/I built-in function.
Even under the more forgiving RULES(LAXDCL) option,
the compiler will flag any declare of a name, such as DISPLAY, as a built-in function
if there is no such PL/I built-in function if the code attempts to use the name
as a built-in function (rather than merely declare it).
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)