Welcome to myCobol.ovh Monday, 29 September 2025, 08:13

myCobol.ovh Glossary
Categories all   ·   Context   ·   Concept   ·   Syntax   ·   Event   ·   Standards  
Subjects all   ·   Cobol  
Letters all  #  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z
Terms  77-level-description-entry   abend   access mode   alphabet-name   alphabetic   alphanumeric   alphanumeric character   alphanumeric-edited   alternate record key   ANSI   argument   arithmetic expression  ..more

relational operator
Category Syntax
Subject Cobol
A reserved word, a relation character, a group of consecutive reserved words, or a group of consecutive reserved words and relation characters used in the construction of a relation condition. The permissible operators and their meanings are:
Character and Meaning
IS GREATER THAN
Greater than
IS >
Greater than
IS NOT GREATER THAN
Not greater than
IS NOT >
Not greater than
IS LESS THAN
Less than
IS <
Less than
IS NOT LESS THAN
Not less than
IS NOT <
Not less than
IS EQUAL TO
Equal to
IS =
Equal to
IS NOT EQUAL TO
Not equal to
IS NOT =
Not equal to
IS GREATER THAN OR EQUAL TO
Greater than or equal to
IS >=
Greater than or equal to
IS LESS THAN OR EQUAL TO
Less than or equal to
IS <=
Less than or equal to