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

currency symbol
Category Syntax
Subject Cobol
A character used in a PICTURE clause to indicate the position of a currency sign value in a numeric-edited item. A currency symbol 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 and currency symbol. Multiple currency symbols and currency sign values can be defined. See also currency sign value.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary