Welcome to myCobol.ovh Monday, 29 September 2025, 07:56

currency-sign
Category Syntax
Subject Cobol
A character string that identifies the monetary units stored in a numeric-edited item. Typical examples are $, USD, and EUR. A currency-sign value can be defined by either the CURRENCY compiler option or the CURRENCY SIGN clause in the SPECIAL-NAMES paragraph of the ENVIRONMENT DIVISION. If the CURRENCY SIGN clause is not specified and the NOCURRENCY compiler option is in effect, the dollar sign ($) is used as the default currency-sign value. See also currency symbol.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary