RE: [U2] OPEN fname ... ELSE STOP 3000, fname

2008-08-01 Thread Dennis Bartlett
We did it on a library system for having multiple language support, that way
the user login loaded the ERRMSG file and all errors were in the local taal
(language)

Since the legacy app is used even today, on both D3 and UV, it still works
off an ERRMSG file, only the access method now is via a special subroutine
to log the error and abort gracefully..

Speaking of that, the original URICA library system, used extensively in the
UK and a couple in SA, was written in PROC... And used this ERRMSG idea in
it too

-Original Message-
On Jul 31, 2008, at 12:20 PM, Stevenson, Charles wrote:

> I've got old, old code riddled with "STOP 3000, filename".
> ERRMSG 3000 does not exist on UV 10.2.6.
> Did it ever exist on UV?
> What version of Pick did this come from.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] OPEN fname ... ELSE STOP 3000, fname

2008-07-31 Thread Clifton Oliver
Could it be a user (site) created ERRMSG file item? I knew one VAR  
that did that kind of thing for most of their packages error messages.



Regards,

Clif



On Jul 31, 2008, at 12:20 PM, Stevenson, Charles wrote:


I've got old, old code riddled with "STOP 3000, filename".
ERRMSG 3000 does not exist on UV 10.2.6.
Did it ever exist on UV?
What version of Pick did this come from.

Just curious, more than anything else.
cds
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] OPEN fname ... ELSE STOP 3000, fname

2008-07-31 Thread Stevenson, Charles
I've got old, old code riddled with "STOP 3000, filename".
ERRMSG 3000 does not exist on UV 10.2.6.
Did it ever exist on UV?
What version of Pick did this come from.

Just curious, more than anything else.
cds
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/