We have a REXX exec that executes the following:
"VSCREEN WAITREAD SCSN1_A"
We inserted a TRACE and we're receiving:
+++ RC(4) +++
Before the TRACE was added we were receiving:
326 +++ do j = 3 to waitread.0
110 +++ call read_vscreen
DMSREX476E Error 41 running SCSN1_A EXEC, line 326: Bad arithmetic
conversion
This same exec executed last week with no problems and the code hasn't
changed since 2000.
Any ideas what the return code 4 could mean? Could it be related to
the data to be displayed on the screen?
Laura