|
|
Syntax Error 98: Execution Error
What sort of condition might raise a Syntax Error 98 (Execution Error)?
The line of code in question was:
Call 'IDs' .dir.climate'/admins.dat,'.dir.climate'/auditors.dat, ...
.... where the local environment variable ".dir.climate" contained a
fully-qualified directory name. There were three other files on the end
of the list above, but all of the file references were valid (and
anyway, an error there would generate a completely different error).
The REXX is IBM Object REXX under Linux. The same program fails in the
same way every day, but had been running four weeks ago (so it may be a
data-dependant problem).
--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
|
|
0
|
|
|
|
Reply
|
Swifty
|
7/9/2009 10:13:47 AM |
|
On Jul 9, 11:13=A0am, Swifty <steve.j.sw...@gmail.com> wrote:
> What sort of condition might raise a Syntax Error 98 (Execution Error)?
>
> The line of code in question was:
>
> =A0 =A0Call 'IDs' .dir.climate'/admins.dat,'.dir.climate'/auditors.dat, .=
...
>
> ... where the local environment variable ".dir.climate" contained a
> fully-qualified directory name. There were three other files on the end
> of the list above, but all of the file references were valid (and
> anyway, an error there would generate a completely different error).
>
> The REXX is IBM Object REXX under Linux. The =A0same program fails in the
> same way every day, but had been running four weeks ago (so it may be a
> data-dependant problem).
>
> --
> Steve Swifthttp://www.swiftys.org.uk/swifty.htmlhttp://www.ringers.org.uk
Hi Swifty,
do you see a subcode or text with the error? 98 is a bit of a catch-
all.
Jon
|
|
0
|
|
|
|
Reply
|
Sahananda
|
7/9/2009 1:24:02 PM
|
|
Sahananda wrote:
> Hi Swifty,
>
> do you see a subcode or text with the error? 98 is a bit of a catch-
> all.
I'll add the code to report it. At the moment my code is using just the
RC and errortext(rc). Until now I haven't been clever enough to generate
a complicated error. :-)
--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
|
|
0
|
|
|
|
Reply
|
Swifty
|
7/9/2009 3:12:22 PM
|
|
Sahananda wrote:
> do you see a subcode or text with the error? 98 is a bit of a catch-
> all.
It was 98.918 No active condition available for propagate
I had a "Signal on error" and an "Error:" routine:
Error: Raise propagate
.... but then unfortunately I did a: "Call error"
I confess that I'm only just starting to use "propagate" so I'm making a
lot of silly errors like this.
--
Steve Swift
http://www.swiftys.org.uk/swifty.html
http://www.ringers.org.uk
|
|
0
|
|
|
|
Reply
|
Swifty
|
7/9/2009 10:20:48 PM
|
|
|
3 Replies
134 Views
(page loaded in 0.077 seconds)
|
|
|
|
|
|
|
|
|