IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

PKUNZIP giving return code of eight


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
eldhose_george

New User


Joined: 16 Feb 2008
Posts: 8
Location: India

PostPosted: Sat Oct 11, 2008 4:30 am
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
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Oct 11, 2008 4:42 am
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
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

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Oct 11, 2008 5:55 am
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top