On 01/06/2011 04:40 PM, Frank M. Ramaekers wrote: > PIPSCA001I ... Running "SPLIT AT ,".
SPLIT only uses one stream. Did you mean CHOP? In which case you've got a different problem: 111E Operand AT is not valid. It takes a second CHOP to discard the delimiter. I make a practice of putting the AFTER one first so the two are specified right next to each other: ... | u: chop after , | chop , | ... ¬R