address tso "CALL 'PDX01.SYASYA.C0101202.LOAD1(VSAMPI)' '"code"'"
95% of the time I execute with no problem. (Be aware that execution is
recursive through the APPL.)
Occaisionally, and I have not been able to detwermine any unique
circumstances at this point, I receive an +++RC(-196). I think this
return code is from MVS, but I cannot find out what is causing it.
Any suggestions would be GREATLY appreciated.
When a program that you invoke experiences a system ABEND, REXX takes the
abend code, converts it to decimal, changes it to the negative of that value.
Thus -196 translates to an abend 0C4. The SYSLOG may contain an indicative
dump, or you may have to set a SLIP to gather information on what exactly is
going bad.
Rick Humburg