[Toc][Index]

SYS0008



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 - ) 
   

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs