LLE(STRING_A, STRING_B)

Purpose

Test whether a string is lexically less 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

LLE ('ONE', 'TWO') has the value .TRUE..

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