| DSM is now owned by InterSystems ... you might want to check their
web site -- www.intersys.com. There is also a M Technology web page
at www.mcenter.com that might have a more generic statement on M and
the year 2000.
Any ANSI MUMPS implementation (i.e. DSM) should not have a year 2000
problem itself. The problem is in the way an application might use
dates.
In ANSI MUMPS, the date and time is maintained in $H format --
"date,time". Where time is the number of seconds since midnight and
date is the number of days since since December 31, 1840. Using a $H
date has no problem with year 2000.
However, if an application converts a $H date to some other format and
stores it that way (e.g. 12/25/97), the application will have to be
adapted.
Hope this helps.
- Mike
|