Re: PDS I/O ERROR

2006-08-03 Thread Knutson, Sam
The free PDS command has a VERIFY option that will do this.  Search the
archives using VERIFY and PDS as keywords to find some more detailed
posts.

http://www.cbttape.org/freepds.htm

You can grab file 035 for a load library that includes a current version
of PDS.

Best Regards, Sam

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Claudio 
Sent: Thursday, August 03, 2006 6:08 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: PDS I/O ERROR

I have I loadlib that when I try to compress it I got the following
error
message:

IEB1021E 1E28,D,INPUT   ,READ  ,NO RECORD FOUND,039219,BSAM 
IEB1022I I/O ERROR ONDDN= VOL= DSN=
IEB1023I COPYMOD READ MEMBER=  TTR=X'029617' MBBCCHHR=X'4040

I then deleted member "" and run it again. The same error for
another member. What I need to know is if there is any utility that is
able to give me a list of all members in error. Any clue ?


Thanks in advance

Claudio 

This email/fax message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution of this
email/fax is prohibited. If you are not the intended recipient, please
destroy all paper and electronic copies of the original message.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: PDS I/O ERROR

2006-08-03 Thread Ed Finnell
 
In a message dated 8/3/2006 5:30:30 P.M. Central Standard Time,  
[EMAIL PROTECTED] writes:

The free  PDS command has a VERIFY option that will do this.  Search  the
archives using VERIFY and PDS as keywords to find some more  detailed
posts.




>>
Yep, used it hundreds of times. Might be somebody did a GENER
instead of a COPY(from the x'4040's. Also IEHLIST with LISTVTOC might point  
to pointer problems on the pack. And a DIAGNOSE against the PACK and VTOC 
might  be in order. 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: PDS I/O ERROR

2006-08-04 Thread Arthur T.
On 3 Aug 2006 15:08:38 -0700, in bit.listserv.ibm-main 
(Message-ID:<[EMAIL PROTECTED]>) 
[EMAIL PROTECTED] (Claudio ) wrote:


I have I loadlib that when I try to compress it I got the 
following error

message:

IEB1021E 1E28,D,INPUT   ,READ  ,NO RECORD 
FOUND,039219,BSAM 
IEB1022I I/O ERROR ONDDN= VOL= 
DSN=
IEB1023I COPYMOD READ MEMBER=  TTR=X'029617' 
MBBCCHHR=X'4040


I then deleted member "" and run it again. The 
same error for
another member. What I need to know is if there is any 
utility that is able

to give me a list of all members in error. Any clue ?


 Among the things I might try:

1.  Restore a backup copy with a new name.  (You *do* take 
backups, don't you?)  See if that's in good shape, and/or 
if there are any discrepancies (see below).


2.  Do some kind of image copy before making any further 
changes to the dataset.


3.  As already suggested, try the PDS command.  It may be 
useful for the following, too.


4.  Check the DCB attributes.  Has someone set the BLKSIZE 
lower?  If so, raise it back.  If not, did PDS VERIFY show 
some larger blocks, anyway?


5.  If some of the TTRs of members are beyond the end of 
used space, but within the extent(s), try resetting lastttr 
(I can't remember the PDS command for that, offhand).


6.  If the directory is cached, de-cache it or tell the 
system to recreate its cache.


7.  Check record types 14 and 15 to see last good accesses, 
first bad access, and what happened in between.  This could 
be useful even if you've fixed the dataset, as you might 
need to make some procedure changes so this kind of thing 
doesn't happen again.


--
I cannot receive mail at the address this was sent from.
To reply directly, send to ar23hur "at" intergate "dot" com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html