I'm trying to achieve the effect of POSIX shell "shift" or Rexx
"subword(2)".

Suppose my &SYSLIST is A,B,C,D,E.  Is there a straightforward way
to discard the A, and get B,C,D,E such as &SYSLIST(2..5)?

(I do not consider a loop straightforward.)

-- 
Thanks.
gil

Reply via email to