bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GZIP on MVS system


From: Paul Eggert
Subject: Re: GZIP on MVS system
Date: Thu, 15 Feb 2001 14:55:31 -0800 (PST)

> From: "Luis Zapater" <address@hidden>
> Date: Wed, 07 Feb 2001 11:47:52 -0000

> //        EXEC PGM=GZIP123,REGION=0M,
> //     PARM='-cvf  ''E151308.fijo'' > ''BELBEL.GZIP5'''

I don't understand that JCL syntax, but it appears that you are
passing '>' to gzip itself.  That won't work, as gzip expects the
shell (in this case, the JCL processor) to redirect output for you.

I haven't used JCL myself for over two decades, but I expect that
you can get the results you want with a SYSOUT DD statement.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]