year 2000 vax 610?

Michael C. Lee mclsys@home.com
Thu, 23 Jul 1998 09:33:31 -0700


There seems to be something missing here. I took a FORMAT YYMMDD date and added
code to the INPUT procedure to add the century based on the year. The problem
with this was, as you mentioned, it then passes that date to the EDIT
procedure. Between the INPUT & the EDIT procedure Powerhouse does it's own
editting and one of the things it checks for FORMAT YYMMDD fields is that the
century has NOT been entered. For FORMAT YYYYMMDD fields any checking is not
necessary. I found that I had to add the code to the EDIT procedure-after
Powerhouse does it's internal edit checks.


David Hood wrote:

> One of our clients had similar versions of VMS and PowerHouse. We
> introduced code to be "used" in the INPUT procedure for date fields on
> QUICK screens. This code applies a default century of "19" if the year
> is greater than "50", or a default century of "20" if the year is <=
> "50". (This code would not be necessary, if you were able to upgrade to
> v7.10G of PowerHouse.)
>
> Code in the INPUT procedure gives a valid date, which is then passed to
> the EDIT procedure. There were a few other problems on screens, which
> used different formats for dates, such as MMYY, so these required some
> extra coding.
>
> Regards,
> David Hood
> Director of Systems Solutions
> Hexagon Computer Systems Pty Ltd
> TEL: +61 2 9968 5665
> FAX: +61 2 9968 5656
> Mobile: 0412 750 950
> http://www.hexagon.ca
> mailto:dlhood@hex.com.au
> Sydney  Boston  Dallas  San Francisco  Toronto  Ottawa
>
>         -----Original Message-----
>         From:   Wilkins, James [SMTP:Wilkins@ariver.com]
>         Sent:   July 23, 1998 12:38 AM
>         To:     'powerhouse list server'
>         Subject:        year 2000 vax 610?
>
>         I am currently running PowerHouse version 610E on a Vax cluster
> with the
>         operating system version of 5.5-2. I cannot upgrade my operating
> system
>         version due to other non-PowerHouse applications awaiting
> upgrade.
>
>         I am in process of converting my Powerhouse applications to be
> year 2000
>         compliant(using Power2000). However, I understand there are some
> outstanding
>         Y2K issues in my version of Powerhouse and the Vax operating
> system. Can
>         anyone tell me the gotcha's with this situation?
>         = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> = = = = = =
>         Subscribe: "subscribe powerh-l" in message body to
> majordomo@lists.swau.edu
>         Unsubscribe: "unsubscribe powerh-l" in message to
> majordomo@lists.swau.edu
>         powerh-l@lists.swau.edu is gatewayed one-way to
> bit.listserv.powerh-l
>         This list is closed, thus to post to the list, you must be a
> subscriber.
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
> Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
> powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
> This list is closed, thus to post to the list, you must be a subscriber.



= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
powerh-l@lists.swau.edu is gatewayed one-way to bit.listserv.powerh-l
This list is closed, thus to post to the list, you must be a subscriber.