Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
PKUNZIP giving return code of eight

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics
Author Message
eldhose_george

New User


Joined: 16 Feb 2008
Posts: 8
Location: India

PostPosted: Sat Oct 11, 2008 4:30 am    Post subject: PKUNZIP giving return code of eight
Reply with quote

Hi,

We are trying to unzip a zip file using PKUNZIP utility.

Getting the following error...

QLOG001E <ACUTJRNS> LOG OUTPUT ERROR. LOGGING STOPPED.

Any guidance will be much appreciated.
Back to top
View user's profile Send private message
References
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8733
Location: 221 B Baker St

PostPosted: Sat Oct 11, 2008 4:42 am    Post subject:
Reply with quote

Hello,

You need to post enough info for someone to work with. . .

Please post the jcl and all of the diagnostic information presented when the job was run.
Back to top
View user's profile Send private message
eldhose_george

New User


Joined: 16 Feb 2008
Posts: 8
Location: India

PostPosted: Sat Oct 11, 2008 5:05 am    Post subject: Reply to: PKUNZIP giving return code of eight
Reply with quote

Code:
//*-------------------------------------------------------------------*
//* UNZIP THE ZIP FILES
//*-------------------------------------------------------------------*
//PKUNZIPB EXEC PGM=PKUNZIP,REGION=8M,TIME=800,COND=(0,NE)
//STEPLIB  DD DISP=SHR,DSN=SYS5.PKZIP.LOADLIB
//INARCH   DD DSN=XXXX,DISP=SHR
//OUTDD1  DD DSN=YYYY,
                      DCB=(RECFM=FB,LRECL=500,BLKSIZE=27500),
                      SPACE=(CYL,(4000,4000),RLSE),
                      DISP=(NEW,CATLG,DELETE)
//SYSUDUMP DD *
//SYSPRINT DD *
//SYSIN DD *
  -ARCHINDD(INARCH)
  -TEXT
  -OUTDD(OUTDD1)
/*

Error :

STEP WAS EXECUTED - COND CODE 0008
QLOG001E <ACUTJRNS> LOG OUTPUT ERROR. LOGGING STOPPED.
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8733
Location: 221 B Baker St

PostPosted: Sat Oct 11, 2008 5:55 am    Post subject:
Reply with quote

Hello,

When you specify -TEXT, i believe pkunzip expects an ascii archive file.

How was this archive created? What does it contain? How was the output lrecl/blksize determined?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics All times are GMT + 6 Hours
Page 1 of 1