{
{   The purpose of this request is to change the symbols used to format
{ currency for COBOL PICTURE clauses.
{
{       FDP$CHANGE_CURRENCY_SYMBOLS (PRIMARY_MONEY_SYMBOL,
{         SECONDARY_MONEY_SYMBOL, THOUSANDS_SEPARATOR_SYMBOL, DECIMAL_SYMBOL)
{
{ PRIMARY_MONEY_SYMBOL: (input)  This parameter specifies the primary symbol
{       used for money.  For example, the dollar symbol ($).
{
{ SECONDARY_MONEY_SYMBOL: (input)  This parameter specifies the secondard
{       symbol used for money.  For example, the pound symbol (#).
{
{ THOUSANDS_SEPARATOR_SYMBOL: (input)  This parameter specifies the symbol used
{       for thousands.  For example, the comma symbol (,).
{
{ DECIMAL_SYMBOL: (input)  This parameter specifies the symbol used for decimal
{       point.  For example, the period symbol (.).
{
