summaryrefslogtreecommitdiff
path: root/cmsmvs/pipzip.rexx
blob: 4249ded51f225e76f4f54b5761d2121f2671201d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* PIPZIP REXX     Rexx filter to use ZIP                             */
/*                 Author : George Petrov, 8 May 1995                 */

parse arg opts
'callpipe *:',
   '| specs w1 1 /./ n w2 n',
   '| join * / /',
   '| specs /zip 'opts'/ 1 1-* nw',
   '| cms',
   '| *:'

exit rc