A scaleable, automated process for year 2000 system correction

As the 21st century approaches, many computer programs will begin to fail. Applications that rely on dates of any kind may simply stop working or produce incorrect results. The year 2000 problem is a matter of business importance, not just software maintenance. Program failures arise from representing calendar dates (year, month, and day) in just 6 digits, a format that allows only 2 digits for the year. The Year 2000 problem is pervasive. It occurs in calculations, comparisons and other logic involving date-related processing including date-oriented sorting and date-indexed tables. The problem occurs in databases and files as well as in code. The paper discusses the design of an automated software tool for code and data Y2000 correction and shows how to use the tool in a large scale system correction process. The solution is discussed in the context of large, COBOL-based commercial systems. Nonetheless, our approach is fully generalizable to other languages and classes of applications.

[1]  Alfred V. Aho,et al.  Compilers: Principles, Techniques, and Tools , 1986, Addison-Wesley series in computer science / World student series edition.

[2]  Edward Cohen,et al.  Programming in the 1990s , 1990, Texts and Monographs in Computer Science.

[3]  Johnson M. Hart,et al.  Experience with logical code analysis in software maintenance , 1995, Softw. Pract. Exp..

[4]  Edsger W. Dijkstra,et al.  A Discipline of Programming , 1976 .

[5]  Gary Riley,et al.  C Language Integrated Production System , 1989 .

[6]  David Gries,et al.  The Science of Programming , 1981, Text and Monographs in Computer Science.

[7]  Johnson Hart Experience with logical code analysis in software reuse and re-engineering , 1995 .