You know the old saying, "to him who has only a hammer, everything looks
like a nail". I laugh and appreciate the saying, but I know it applies to
myself too; I have a number of favorite techniques, platforms, applications
etc, and probably use them out of habit even when another technique might
work as well or better.
But there's some defense for that. I've noticed that a number of decisions
can go a lot faster just by picking what I know and am used to. Put it this
way: I'm a keyboard kind of guy, and much prefer to hit <Ctl-Ins> to copy
some text and <Shift-Ins> to paste it, because I'd rather not move my hand
all the way over to the mouse to do the same task. But if I try to teach
someone else to do that, they can waste an awful lot of time, before they're
used to that method, stopping to think about what keystrokes I named. Could
be it'd be better for them just to stick to what they're used to, unless
they're really serious about shaving that all-important quarter-second from
the operation.
It's kind of the same thing here. I can write a REXX that does this in 60
or 90 seconds, and 80% of the time if I don't fat-finger the DSNs it'll work
right the first time. I'm not quarreling with your assertion that ICETOOL
will do it faster and better, because I don't know; I use it only
occasionally. But I'd need a good reason to make the experiment, if you
follow my thinking.
/* A Freudian slip is when you mean one thing and say your mother. */
-----Original Message-----
From: Adrian Stern
Sent: Monday, April 16, 2012 05:24
I've used it and it's great - makes this kind of problem disappear in a
twinkle, but these guys seem to like doing things the hard way, though I
must commend the final solution to this problem - really elegant
-----Original Message-----
From: Andreas Fischer
Sent: den 16 april 2012 10:17
you posted this question in the rexx discussion list, so you probably want
a rexx solution. but if you ask for the most efficient manner to do this,
then i recommend you to use ICETOOL. though i never tried to execute
ICETOOL within a rexx program but regular batch jobs only.
---
> Von: Bill Ashton <
bill00...@GMAIL.COM>
> Datum: 13.04.2012 04:05
>
> I have two lists of files, and I need to see if there are duplicates
> among the list of group1, and between group1 and group2....In Group 1, I
> need to identify the duplicate File2 entries. I need to also identify that
> File3 in Group1 already exists in Group2.