Welcome to myCobol.ovh Monday, 29 September 2025, 06:22

text word
Category Syntax
Subject Cobol
A character or a sequence of contiguous characters between margin A and margin R in a COBOL library, source program, or pseudo-text that is any of the following characters:
  • A separator, except for space; a pseudo-text delimiter; and the opening and closing delimiters for alphanumeric literals. The right parenthesis and left parenthesis characters, regardless of context within the library, source program, or pseudo-text, are always considered text words.
  • A literal including, in the case of alphanumeric literals, the opening quotation mark and the closing quotation mark that bound the literal.
  • Any other sequence of contiguous COBOL characters except comment lines and the word COPY bounded by separators that are neither a separator nor a literal.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary