decimal separator

egonle

ADSM.ORG Member
Joined
Oct 5, 2007
Messages
3
Reaction score
0
Points
0
Hi,

is there a way to set the decimal separator on the command line? So far I only found the dsmserv option numberingformat however I would like to set it case by case.

Is there any impact in changing the numberingformat option of the server on a given database?


Thanks

..--Egonle
 
For the server, set your LOCALE.

For the client, see the dsm.opt numberformat option.
 
Hi,

the server local is en_US.
The numberformat option is not valid for dsmadmc. I'm looking for changing output of dsmadmc.

..--
 
Maybe you could try changing the locale on the server from en_US to the appropriate locale maybe?
 
Sounds like the numberformat would do it for dsmadmc, IF you're runnint z/OS:

* =====================================================================
*
* NUMBERFORMAT ( available on z/OS only )
* ********************************************************************
* NUMberformat
*
* Specifies the format in which number references will be displayed.
*
* Syntax
* +------------------+----------------------------------------------+
* | NUMberformat | value |
* +------------------+----------------------------------------------+
*
* Parameters
* value Specifies the number format. Valid values
* include:
*
* thousand seperator decmal point seperator
* 1 = ',' '.'
* 2 = ',' ','
* 3 = ' ' ','
* 4 = ' ' '.'
* 5 = '.' ','
* 6 = ''' ','
*
* Examples
* NUMberformat 1
* =====================================================================

I'd love to not have to tr-out the silly commas. At least with -tabdelimited I don't have to go dealing with multiline records.
 
Back
Top