(This was moved from JCL forum group)
Let's say I have two files:
FIle1:
111
222
333
FIle2:
111
333
444
And I want to print all values that are in File1, but not in File2.
So in this case OutFile would be:
222
Can you help me with this?
Return to DFSORT/ICETOOL/ICEGENER