Re: SuperCE

2010-08-09 Thread Shmuel Metz (Seymour J.)
In aanlkti=hbv0oyxcfehbosv+52rwhynkxneqhn_d0t...@mail.gmail.com, on 08/02/2010 at 02:29 PM, Paulo Roberto Leonardo Pereira pleon...@globo.com said: I need to compare 2 data-sets in MVS and generate a delta file like input format. Can SuperCE do it ? I believe so, but you might also want

Re: SuperCE

2010-08-09 Thread Shmuel Metz (Seymour J.)
In aanlktinfko52tefxpe1xat4yhwtdajha201or2-k=...@mail.gmail.com, on 08/04/2010 at 06:31 AM, Wayne Bickerdike wayn...@gmail.com said: An EXEC was an EXEC All EXEC's are created equal; some are more equal than others. Or has IBM finally put EXEC2 out of its misery? -- Shmuel (Seymour

Re: SuperCE

2010-08-04 Thread Farley, Peter x23353
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Wayne Bickerdike Sent: Tuesday, August 03, 2010 9:46 PM To: IBM-MAIN@bama.ua.edu Subject: Re: SuperCE Um, no. Two file matches don't work too well without a sort. Not true

Re: SuperCE

2010-08-03 Thread Paul Gilmartin
On Tue, 3 Aug 2010 09:12:13 +1000, Wayne Bickerdike wrote: The REXX I referred to was written by David McRitchie. So to use this REXX you would append a '1' to dataset 1 say in cc 1 and a '2' to dataset 2. Merge the two datasets and sort on cc 2,n and 1,1. The command REMDUP .a .b 2 81 NXDUP ;

Re: SuperCE

2010-08-03 Thread john gilmore
As quoted by Paul Gilmartin, Wayne Bickerdike wrote: | The REXX I referred to was written by David McRitchie. What is a REXX? Is it like a COBOL? A C? Are there many different REXXs? If so, is Mike Cowlishaw complaisant or disapproving? John Gilmore Ashland, MA 01721-1817 USA

Re: SuperCE

2010-08-03 Thread Mike Schwab
On the mainframe, it is run like clists, in your clist libraries. Can also be compiled and run from a load module library. http://www-01.ibm.com/software/awdtools/rexx/library/ibmpubs.html Switching between languages is similar to invoking ISPF panels. On Tue, Aug 3, 2010 at 7:06 AM, john

Re: SuperCE

2010-08-03 Thread Steve Comstock
Mike Schwab wrote: On the mainframe, it is run like clists, in your clist libraries. Can also be compiled and run from a load module library. Brak. Wrong. The point was you don't have a REXX. You have an exec, a script written in REXX. Or even a REXX exec would work: I have a

Re: SuperCE

2010-08-03 Thread Wayne Bickerdike
It's a Restructured Executor. A Restructured Executor, ask Cowlishaw. An EXEC was an EXEC a REXX has /* REXX */ in the header, an EXEC doesn't need one I have a nit pick too,,, On Wed, Aug 4, 2010 at 3:42 AM, Steve Comstock st...@trainersfriend.com wrote: Mike Schwab wrote: On the

Re: SuperCE

2010-08-03 Thread Wayne Bickerdike
Um, no. Two file matches don't work too well without a sort. It all could be done in DB2 using INSERT and report duplicates though. On Tue, Aug 3, 2010 at 9:18 PM, Paul Gilmartin paulgboul...@aim.com wrote: On Tue, 3 Aug 2010 09:12:13 +1000, Wayne Bickerdike wrote: The REXX I referred to was

Re: SuperCE

2010-08-03 Thread Farley, Peter x23353
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Wayne Bickerdike Sent: Tuesday, August 03, 2010 4:34 PM To: IBM-MAIN@bama.ua.edu Subject: Re: SuperCE Um, no. Two file matches don't work too well without a sort. Not true

Re: SuperCE

2010-08-03 Thread zMan
On Tue, Aug 3, 2010 at 1:42 PM, Steve Comstock st...@trainersfriend.comwrote: Mike Schwab wrote: On the mainframe, it is run like clists, in your clist libraries. Can also be compiled and run from a load module library. Brak. Wrong. The point was you don't have a REXX. You

Re: SuperCE

2010-08-03 Thread Don Leahy
I just call them Rexx programs and leave it at that. On Tue, Aug 3, 2010 at 13:42, Steve Comstock st...@trainersfriend.comwrote: Mike Schwab wrote: On the mainframe, it is run like clists, in your clist libraries. Can also be compiled and run from a load module library. Brak.

Re: SuperCE

2010-08-03 Thread Wayne Bickerdike
Um, no. Two file matches don't work too well without a sort. Not true.  Comparex, for example, permits definition of random order keys with no pre-sorting of files to be compared, and will very accurately tell you where records are inserted or deleted as well as equal-key records with

Re: SuperCE

2010-08-03 Thread Paul Gilmartin
On Wed, 4 Aug 2010 11:45:47 +1000, Wayne Bickerdike wrote: Sort and compare is the lowest, KISS way to achieve this. The language is irrelevant for the process. I nominated REXX because of the simple integration with ISPF but obviously that has limits on the size of dataset that can be brought

SuperCE

2010-08-02 Thread Paulo Roberto Leonardo Pereira
Hi everyone I need to compare 2 data-sets in MVS and generate a delta file like input format. Can SuperCE do it ? Paulo -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu

Re: SuperCE

2010-08-02 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paulo Roberto Leonardo Pereira Sent: Monday, August 02, 2010 12:29 PM To: IBM-MAIN@bama.ua.edu Subject: SuperCE Hi everyone I need to compare 2 data-sets in MVS and generate

Re: SuperCE

2010-08-02 Thread Farley, Peter x23353
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paulo Roberto Leonardo Pereira Sent: Monday, August 02, 2010 1:29 PM To: IBM-MAIN@bama.ua.edu Subject: SuperCE Hi everyone I need to compare 2 data-sets in MVS and generate a delta

Re: SuperCE

2010-08-02 Thread Paul Gilmartin
a delta file like input format. Can SuperCE do it? Not that I know of. SuperCE seems to only be able to produce listings of the differences and update or revision files that have additional data added to them (control cards and/or markings on changed lines, etc.). Is this because there _is_no_

Re: SuperCE

2010-08-02 Thread J R
My interpretation of the OP is that he wants the delta file to be in the same format as the original files, ie. the ones that he *input* to the compare process. Date: Mon, 2 Aug 2010 12:42:38 -0500 From: john.mck...@healthmarkets.com Subject: Re: SuperCE To: IBM-MAIN@bama.ua.edu

Re: SuperCE

2010-08-02 Thread Paulo Roberto Leonardo Pereira
process. Date: Mon, 2 Aug 2010 12:42:38 -0500 From: john.mck...@healthmarkets.com Subject: Re: SuperCE To: IBM-MAIN@bama.ua.edu -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paulo Roberto Leonardo Pereira Sent: Monday, August

Re: SuperCE

2010-08-02 Thread Wayne Bickerdike
is that he wants the delta file to be in the same format as the original files, ie. the ones that he *input* to the compare process. Date: Mon, 2 Aug 2010 12:42:38 -0500 From: john.mck...@healthmarkets.com Subject: Re: SuperCE To: IBM-MAIN@bama.ua.edu -Original Message- From

Re: SuperCE

2010-08-02 Thread Natarajan Mohan
...@healthmarkets.com Subject: Re: SuperCE To: IBM-MAIN@bama.ua.edu -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paulo Roberto Leonardo Pereira Sent: Monday, August 02, 2010 12:29 PM To: IBM-MAIN@bama.ua.edu Subject: SuperCE Hi everyone I need

Re: SuperCE

2010-08-02 Thread Wayne Bickerdike
to be in the same format as the original files, ie. the ones that he *input* to the compare process. Date: Mon, 2 Aug 2010 12:42:38 -0500 From: john.mck...@healthmarkets.com Subject: Re: SuperCE To: IBM-MAIN@bama.ua.edu -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m

Re: SuperCE

2010-08-02 Thread Paulo Roberto Leonardo Pereira
. Date: Mon, 2 Aug 2010 12:42:38 -0500 From: john.mck...@healthmarkets.com Subject: Re: SuperCE To: IBM-MAIN@bama.ua.edu -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paulo Roberto Leonardo Pereira Sent: Monday, August 02

Re: SuperCE

2010-08-02 Thread Wayne Bickerdike
the delta file to be in the same format as the original files, ie. the ones that he *input* to the compare process. Date: Mon, 2 Aug 2010 12:42:38 -0500 From: john.mck...@healthmarkets.com Subject: Re: SuperCE To: IBM-MAIN@bama.ua.edu -Original Message- From: IBM Mainframe

SUPERCE processing same data repeatedly

2008-11-26 Thread Schwarz, Barry A
Cross posted to IBM-MAIN and ISPF-L On a z9 BC running z/OS 1.8 (at level RSU 0802), I am using SUPERCE to compare two fairly large SMP/E listings (~2M lines each). I submit a separate batch job (using ISPF 3.13) for each section of the listings (e.g., one for DLIB LMOD, another for target SRC