Is there a way to code a Rexx filter in a pipe specification rather
than supplying it as FN FT FM? I'm imagiining something such as:
... | REXX (INLINE) "outpot translate( 'abcd-ef-gh', date(Standard),
'abcdefgh') time(Normal)" | console
which might produce:
2021-07-06 15:17:27(It's just an example; I'm not looking for specific Pipelines code.) I suspect there are built-in stages to do this, but I know Rexx better than SPECS. And some things are still done better outside PipeThink. -- gil
