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

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

GZIP on MVS system


From: Luis Zapater
Subject: GZIP on MVS system
Date: Wed, 07 Feb 2001 11:47:52 -0000


GZIP123 1.2.3 (24 Jun 93)
Compilation options:
DIRENT NO_UTIME STDC_HEADERS NO_SYMLINK NO_CHOWN PROTO



I'm trying to compress a file FB on a IBM 3090, with a TSO MVS. My JCL is

//GZIPEXE  JOB (OS390,CPE,BANCAIXA),'-SISTEMES-',
//         NOTIFY=&SYSUID,REGION=3M,
//         CLASS=A,MSGCLASS=X,MSGLEVEL=(1,1)
//*
//* ------------------------------------------------------
//        EXEC PGM=GZIP123,REGION=0M,
//     PARM='-cvf  ''E151308.fijo'' > ''BELBEL.GZIP5'''
//STEPLIB   DD DISP=SHR,DSN=T04692A.DPLIB.C.LOAD
//SYSUDUMP  DD SYSOUT=*
//SYSTERM   DD SYSOUT=*
//SYSPRINT  DD SYSOUT=*




and the program never stop


If I don't use -f option the answer is


IEF376I  JOB/GZIPEXE /STOP  2001038.1228 CPU    0MIN 00.04SEC SRB    0MIN
00.00S
GZIP123: compressed data not written to a terminal. Use -f to force
compression.
For help, type: GZIP123 -h


I think that the problem is how to allocate the out gzip file
Can you help us ?


Thank you very much
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




reply via email to

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