TAL Reference Summary
Standard Functions
TAL Reference Summary
096256 Tandem Computers Incorporated 51
$LMAX Function The $LMAX function returns the maximum of two unsigned INT expressions.
int-expressionint-expression ,LMAX ( )
098
$LMIN Function The $LMIN function returns the minimum of two unsigned INT expressions.
$LMIN int-expressionint-expression ,( )
099
$MAX Function The $MAX function returns the maximum of two signed INT, INT(32), FIXED(fpoint),
REAL, or REAL(64) expressions.
$MAX expression , expression )(
100
$MIN Function The $MIN function returns the minimum of two INT, INT(32), FIXED(fpoint), REAL, or
REAL(64) expressions.
$MIN expression , expression )(
101
$NUMERIC Function The $NUMERIC function tests the right half of an INT value for the presence of an
ASCII numeric character.
$NUMERIC int-expression
( )
102
$OCCURS Function The $OCCURS function returns the number of occurrences of a variable.
$OCCURS
(
variable
)
103