Sort of inline....

'PIPE (End ?)',
...
'|a:Rexx *.1:',
...
'?Literal /* */
...l rexx filter code ...
'| a:'


--
Mike Harding
z/VM System Support

[email protected]
[email protected]
(925) 672-4403 (o)
(925) 323-2070 (m)
(925) 672-3922 (h)
/sp


"CMSTSO Pipelines Discussion List" <[email protected]> wrote on
07/06/2021 02:33:05 PM:

> From: "Paul Gilmartin" <[email protected]>
> To: [email protected]
> Date: 07/06/2021 02:33 PM
> Subject: [EXTERNAL] Inline Rexx?
> Sent by: "CMSTSO Pipelines Discussion List" <[email protected]>
>
> 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

Reply via email to