SuperC Functionality for Comparing Volumes

2009-12-29 Thread Richards, Robert B.
Has anyone written a "freebie" utility/rexx/asm/whatever tool to compare volumes for changes at the dataset level? My intended use is to compare cloned volumes with maintenance/changes applied against the original source volumes/datasets. Even if the tool uses SuperC itself, that is fine. I am

Re: SuperC Functionality for Comparing Volumes

2009-12-29 Thread Jerry Whitteridge
ent: Tuesday, December 29, 2009 7:50 AM > To: IBM-MAIN@bama.ua.edu > Subject: SuperC Functionality for Comparing Volumes > > Has anyone written a "freebie" utility/rexx/asm/whatever tool > to compare volumes for changes at the dataset level? My > intended use is to compare cl

Re: SuperC Functionality for Comparing Volumes

2009-12-29 Thread Richards, Robert B.
Richards, Robert B. > Sent: Tuesday, December 29, 2009 7:50 AM > To: IBM-MAIN@bama.ua.edu > Subject: SuperC Functionality for Comparing Volumes > > Has anyone written a "freebie" utility/rexx/asm/whatever tool > to compare volumes for changes at the dataset level? My > i

Re: SuperC Functionality for Comparing Volumes

2009-12-29 Thread Jerry Whitteridge
frame Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behalf Of Richards, Robert B. > Sent: Tuesday, December 29, 2009 10:01 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: SuperC Functionality for Comparing Volumes > > Jerry, > > I was unable to locate COMPPACK

Re: SuperC Functionality for Comparing Volumes

2009-12-29 Thread Richards, Robert B.
essage- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behalf Of Richards, Robert B. > Sent: Tuesday, December 29, 2009 10:01 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: SuperC Functionality for Comparing Volumes > > Jerry, > > I was unable

Re: SuperC Functionality for Comparing Volumes

2009-12-29 Thread Paul Gillis
I have a pair of small assembler programs that (a) list a vtoc and (b) list a directory entry and use both of those to detect changes to an IPL volume when I generate a new one. If that is what you are after, I will put them onto my file on the cbt tape. Cheers, Paul > Has anyone written a "freeb

Re: SuperC Functionality for Comparing Volumes

2009-12-30 Thread Richards, Robert B.
f Of Paul Gillis Sent: Wednesday, December 30, 2009 12:54 AM To: IBM-MAIN@bama.ua.edu Subject: Re: SuperC Functionality for Comparing Volumes I have a pair of small assembler programs that (a) list a vtoc and (b) list a directory entry and use both of those to detect changes to an IPL volume when

Re: SuperC Functionality for Comparing Volumes

2009-12-30 Thread Don Imbriale
---Original Message- > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On > Behalf Of Paul Gillis > Sent: Wednesday, December 30, 2009 12:54 AM > To: IBM-MAIN@bama.ua.edu > Subject: Re: SuperC Functionality for Comparing Volumes > > I have a pair of small as

Re: SuperC Functionality for Comparing Volumes

2009-12-30 Thread Paul Gilmartin
On Wed, 30 Dec 2009 16:13:13 -0500, Don Imbriale wrote: > >From the manual (See Appendix A in ISPF User's Guide Vol. II.): > >SuperC can generate a 32-bit hash sum per data set or member ... > 32? That's _so_ 20th century. Why not use ICSF/CSNBOWH SHA-1 capability if available. Might even perfor

Re: SuperC Functionality for Comparing Volumes

2009-12-31 Thread Paul Gillis
u > Subject: Re: SuperC Functionality for Comparing Volumes > > Paul, > > That's a start. What I am envisioning as an end result would be considered > a poor man's ChangeMan, SysChange, whatever devoted to the SYSRES, IODF, > cloned volume set(s). > > Bob > &