When I was checking the error log on a PC running RH
Linux and Steel 2.01 I got the UNDEFINED error when
exiting the option. I found some code in this routine
that said:
; GT.M doesn't have a vendor-specific error trap lister
;Q:'$D(^%ZOSF("OS")) Q:("OS")="" Q:XUEROS["GT.M"
I didn't have the XUEROS variable defined.
I changed this to:
Q:'$D(^%ZOSF("OS")) Q:^("OS")="" Q:^("OS")["GT.M"
and it seems to work as intended.
Logged In: YES
user_id=277127
The line in XTER.m is still the same as at 2.04 - does
anyone have a comment why this should not be changed as
suggested above?