I have a pipe that simply reads a file into a stem and then does some Rexx
processing on the stem (yes, I know, bad form, that).

I want to change it slightly so that if there is a line in the file that
says "INCLUDE fn ft fm" that the contents of the named file gets read into
the stem at the point where the INCLUDE statement occurred.

Further, if the included file has any INCLUDE statements, I want them
treated the same way.

I've been playing with several approaches but am not satisfied with any of
them so far, so I thought I'd troll for ideas.

I could always just revert to straight Rexx, but that'd be no fun (and I
wouldn't learn anything new about pipelines) ;-)

Bob Cronin

Reply via email to