Am 22.03.2019 um 21:45 schrieb René Jansen:
> I do think that we strayed too far off-topic on a list that is called 
> CMS-PIPELINES.

Sorry for asking on this list about PC-Pipes, but I looked for
several days elsewhere, alas luckless. Frustrated by the result of
those "I-know-all" searching machines which do not have an idea
what I mean by 'Pipe' I dared to ask here.

Thank you for all answers, that showed, the PC platform must be
"enabled" first, either by PowerShell or Java. In addition, all
Pipes using CMS in some way will not run untouched on the PC. Only
the *simple* ones, I assume, like converters like this:

> 'callpipe *:!fblock 5!reverse!vchar 10 16!reverse!fblock 2',
> '!spec recno from 40960 d2x 1.4 r 2 c2x nw.1 r 1 c2x n!*:'  

But also small snippets sum up to a reasonable value -- quite
often I just type a pipe of few stages on the command line or in a
line of the filelist display, not worth to keep it as a REXX or
EXEC. I do miss this ability on the PC, this fast and simple "lets
have a look" on the fly.

Until attached side-by-side listing with colourized differences
will work unchanged on a PC I'll continue to use VM/CMS.

Ciao.....Mike

> 'PIPE(sep ! end ?)',                                                    
>  '!a:tcplisten' p.in,                 /* get client connected         */
>  '! take',                            /* one only                     */
>  '!b:tcpdata linger 1200',            /* read in from the loop        */
>  '! fblock 2',                        /* make single frames           */
>  '!c:fanout',                         /* get a copy                   */
>  '!d:tcpclient' exIP p.ex,            /* send it out on the loop      */
>  '?a:',                               /* errors from TCPLISTEN        */
>  '!e:faninany',                       /* collect more errors          */
>  '! pipestop',                        /* in case of error give up     */
>  '! sort uniq',                       /* if others tell the same      */
>  '!f:chop after blank',               /* get leading return code ...  */
>  '! aggrc',                           /* ... and set RC of this PIPE  */
>  '?b:!e:',                            /* errors from TCPDATA          */
>  '?c:',                               /* frames from the loop         */
>  '! dcf',                             /* decode frame                 */
>  '!g:fanout',                         /* to COMBINE                   */
>  '!h:spec *-* 1.19 /:/ nw',           /* frame from first station...  */
>    'select 1 *-* nw',                 /* ... and from second station  */
>  '! term',                            /* present to user              */
>  '?d:!e:',                            /* errors from TCPCLIENT        */
>  '?f:',                               /* from CHOP                    */
>  '! term',                            /* send to CRT                  */
>  '?g:',                               /* from FANOUT                  */
>  '!i:combine x',                      /* spot the difference          */
>  '! xlate *-* 01-ff 2 00 0',          /* colorize delta               */
>  '! insert /vsc writ cms 0 24 0 (color /',            /* combine CMDs */
>  '! insert /;PSC REF/ after',         /* show it immediately          */
>  '! split ;',                         /* one CMD one line             */
>  '! cms',                             /* execute the CMDs             */
>  '?j:tcplisten' q.in,                 /* get client connected         */
>  '! take',                            /* one only                     */
>  '!k:tcpdata linger 1200',            /* read in from the loop        */
>  '! fblock 2',                        /* make single frames           */
>  '!l:fanout',                         /* get a copy                   */
>  '!m:tcpclient' exIP q.ex,            /* send it out on the loop      */
>  '?j:!e:?k:!e:?m:!e:',                /* errors to PIPESTOP           */
>  '?l:',                               /* frames from the loop         */
>  '! dcf',                             /* decode frame                 */
>  '!n:fanout',                         /* to COMBINE                   */
>  '!h:',                               /* to SPEC                      */
>  '?n:!i:'                             /* short through                */

--
www.Ok.de - die kostenlose E-Mail Adresse

Reply via email to