[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference unifix::rsx_support

Title:RSX-11 SUPPORT ISSUES
Notice:Welcome to RSX_SUPPORT's new home
Moderator:CSC32::BROOK
Created:Mon Oct 06 1986
Last Modified:Wed May 14 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2306
Total number of notes:8878

2301.0. "Year 2000" by JALOPY::CUTLER () Thu Mar 27 1997 13:28

My customer (Ford) just called regarding the year 2000 and RSX11M+. I read
the other note regarding this question, and as it states Year 2000 support is
being provided for in RSX11M+ version 4.4 on up. What exactly does that mean?
Does it mean that new API's were added to RSX11M+ to allow getting the date in 4
digits as opposed to 2? Or does it mean that the old GET DATE API's will now
provide a 4 digit date? Are there any release notes anywhere that describe what
is being provided?


Thanks,

Rick C.
T.RTitleUserPersonal
Name
DateLines
2301.1CSC32::BROOKThu Mar 27 1997 17:5027
>My customer (Ford) just called regarding the year 2000 and RSX11M+. I read
>the other note regarding this question, and as it states Year 2000 support is
>being provided for in RSX11M+ version 4.4 on up. What exactly does that mean?
>Does it mean that new API's were added to RSX11M+ to allow getting the date in 4
>digits as opposed to 2? Or does it mean that the old GET DATE API's will now
>provide a 4 digit date? Are there any release notes anywhere that describe what
>is being provided?

By API, I presume you mean application program interface ...

There are several areas of impact of year 2000 dates ...

Input ... setting the date now understands the difference between 00 as 1900
and 2000

Output ... dates output by the system are now available as 4 digit year

Utilities and File system now recognize and print dates past year 2000,
internally, they are encoded.

Application interface ... since gtim (the standard date/time interface) 
returns the years since 1900 this is transparent)

The applications on the other hand still may have problems ...


Stuart