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

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

AT END
Category Syntax
Subject Cobol
A condition that is caused during the execution of a READ, RETURN, or SEARCH statement under certain conditions:
  • A READ statement runs on a sequentially accessed file when no next logical record exists in the file, or when the number of significant digits in the relative record number is larger than the size of the relative key data item, or when an optional input file is not available.
  • A RETURN statement runs when no next logical record exists for the associated sort or merge file.
  • A SEARCH statement runs when the search operation terminates without satisfying the condition specified in any of the associated WHEN phrases.