You can test Cobol,Algol, etc. programs for year 2000 dates by setting the DATEOFFSET task option. This was added to the Unisys MCP in 44.2 level.<br>
<br>
Any time & date call the program does, will be bumbed by the value you set in DATEOFFSET.<br>
Example: Run $MYPROG;dateoffset = 180 <br>
will return the current date plus 180 days.<br>
See the Unisys manual 8600 0502 (Task Attributes Reference Manual) for details<br>
<br>
Any time & date call the program does, will be bumbed by the value you set in DATEOFFSET.<br>
Example: Run $MYPROG;dateoffset = 180 <br>
will return the current date plus 180 days.<br>
See the Unisys manual 8600 0502 (Task Attributes Reference Manual) for details<br>