View previous topic :: View next topic |
Author |
Message |
THRIVIKRAM Beginner
Joined: 03 Oct 2005 Posts: 70 Topics: 34
|
Posted: Thu Oct 19, 2006 12:28 am Post subject: PKUNZIP Problem |
|
|
I have a step which does EXEC PGM=PKUNZIP. The SYSPRINT shows
ZPAM030I INPUT Archive opened: F5938PGH.JP5.APERIN.FILE
ZPFM102E File Open Error: ARCHIN F5938PGH.JP5.APERIN.FILE
ZPDA011E Unallocation error (0420) for {ARCHIN }
ZPDA001I DARC: Specified ddname/dsname associated with a open dataset.
ZPFM102E File Open Error: ARCHIN F5938PGH.JP5.APERIN.FILE
ZPDA011E Unallocation error (0420) for {ARCHIN }
ZPDA001I DARC: Specified ddname/dsname associated with a open dataset.
ZPEX002I T12B250C.txt
After that a few extract messages are seen like
ZPEX003I Extracted to F5938PGH.APERIN.T12B2530
ZPEX002I T12B2526.txt
And at the end :
ZPAM140I FILES: EXTRACTED EXCLUDED BYPASSED IN ERROR
ZPAM140I 22 0 0 0
ZPTM002I SUBTASK ( 5) EP: ACEXMAIN Ended - TCB: 009CB648 Comp: 00C03000
ZPMT002I PKZIP processing complete. RC=00000008 8(Dec) .
Thought the RC=08, the files are being properly extracted ie, zero files IN ERROR. But the job is going into error Q. Every time we are making the job force complete.
I am not knowing why the RC=08 is coming even after the file are extracted properly.
Could any one please tell how can I avoid this RC=08 even after the successfull extraction.
Thanks much,
Thrivikram. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Thu Oct 19, 2006 7:10 am Post subject: |
|
|
THRIVIKRAM,
If you look at the error message ZPFM102E , it says an open failure. ie, An open for either a VSAM or NONVSAM file failed. Check if anyone other than your job is using the same file at the same time.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
THRIVIKRAM Beginner
Joined: 03 Oct 2005 Posts: 70 Topics: 34
|
Posted: Tue Oct 24, 2006 7:47 am Post subject: |
|
|
Kolusu,
Thanks for the reply.
But, do you mean that the job waits till the dataset is available and then continues the processing(I ask this because at the end of this step all files are being successfully extracted inspite of this error message :ZPFM102E). If so why will it give RC=08 for the same step in which it is still waiting for that dataset.
Another thing I observed from todays SYSOUT is that :
ZPAM030I INPUT Archive opened: F5938PGH.JP5.APERIN.FILE
ZPFM102E File Open Error: ARCHIN F5938PGH.JP5.APERIN.FILE
ZPDA011E Unallocation error (0420) for {ARCHIN }
ZPDA001I DARC: Specified ddname/dsname associated with a open dataset.
ZPEX002I T12B2832.txt
The only difference with the previous SYSOUT is that the error message(ZPFM102E) is displayed only for once.
But the RC=00(ZPMT002I PKZIP processing complete. RC=00000000) .
So I am not understanding why the RC=00 has come even after the message ZPFM102E. |
|
Back to top |
|
|
THRIVIKRAM Beginner
Joined: 03 Oct 2005 Posts: 70 Topics: 34
|
Posted: Sun Oct 29, 2006 2:34 am Post subject: |
|
|
Kolusu,
Quote: |
it says an open failure. ie, An open for either a VSAM or NONVSAM file failed.
|
Can you please tell why Iam getting the RC=00 inspite of getting the error message(ZPFM102E). The only difference i found between my first SYSOUT and the next SYSOUT is that the error message is repeated twice when the RC=08. But in both the casses the extraction is done successfully.
Is there any way to avoid this RC=08 even after the successfull extraction?
Please advice.
Thanks much,
Thrivikram. |
|
Back to top |
|
|
|
|