> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
> Behalf Of Tom Marchant
> Sent: Friday, April 27, 2007 7:44 AM
> To: [email protected]
> Subject: Re: RES: Counting occurrences of a string in loadlib
> 
> On Fri, 27 Apr 2007 10:14:55 -0300, ITURIEL DO NASCIMENTO NETO
> <[EMAIL PROTECTED]> wrote:
> 
> >Ira,
> >
> >Try copying one of these PDSs (IEBCOPY - COPYMOD) to a new one with the
> >other blksize, and then proceed with your compare step.
> 
> Still might not work.  Unless you can guarantee that each member starts at
> the same location on a track, you will likely have blocks in one PDS that
> are
> different sizes than the blocks in the other.
> 
> If a large load module starts on a new track, you'll have a 32K block at
> the
> beginning of the track, then a shorter block at the end.  If the same load
> moule starts after a member that ends with a 32K block at the beginning of
> a
> track, it will start with a smaller block, then have a 32K block at the
> beginning
> of the next track.
> 
> --
> Tom Marchant

What about some technique for unloading both PDS (either IEBCOPY or
IEHMOVE) to sequential files, then comparing the sequential files? IEHMOVE
is very slow, but it unloads in collating sequence to 80-byte records. If
both PDS is logically the same, then the IEHMOVE output should compare the
same?

Jeffrey D. Smith
Principal Product Architect
Farsight Systems Corporation
700 KEN PRATT BLVD. #204-159
LONGMONT, CO 80501-6452
303-774-9381 direct
303-484-6170 FAX
http://www.farsight-systems.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

Reply via email to