LGE(STRING_A, STRING_B)

Purpose

Test whether a string is lexically greater than or equal to another string, based on the ASCII collating sequence.

Class

Elemental function

Argument type and attributes

STRING_A
must be of type default character.
STRING_B
must be of type default character.

Result type and attributes

Default logical.

Result value

Examples

LGE ('ONE', 'TWO') has the value .FALSE..

Specific Name Argument Type Result Type Pass As Arg?
LGE default character default logical yes  1 
Note:
  •  1  IBM Extension: the ability to pass the name as an argument.