Problem: There seems to be a bug in REXX which leads to the error SYS0008 if you repeatedly call an OS/2 command in a REXX program. (see the Example for the SYS0008 error)
Hint: To avoid this problem use equivalent REXX functions where
possible. If there's no such REXX function, you can create a new session
every # calls. (see the Workaround
for the SYS0008 error). Note that this is only a workaround -- not a
solution!
(see also SYS0008 - 2 - )