MIN [ HP COBOL II/XL Quick Reference Guide ] MPE/iX 5.0 Documentation
HP COBOL II/XL Quick Reference Guide
MIN
The MIN function returns the content of the parameter-1 that contains the
minimum value. The function type depends on the parameter type, as
follows:
Parameter Type Function Type
Alphabetic Alphanumeric
Alphanumeric Alphanumeric
All parameters integer Integer
Numeric (some parameters may be Numeric
integer)
Syntax
FUNCTION MIN ({parameter-1}...)
Parameters
parameter-1 If more than one parameter-1 is specified, all
parameters must be of the same class.
MPE/iX 5.0 Documentation