( ** Go back to PARENTPAGE ../ASPL-Shallow-Set-Operations.html)
( ** Go back to HOMESITE https://www.tcnd.com)
( ** Go back to SetSphere https://www.setsphere.com)

Shallow matching elements in TX Jar files via intermediate matching functions

Here we show how to use ASPL shallow set operation to compare the Java transaction classes in TX Jar files

ASPL 1> v
display the variables.

ASPL 2> shallowed
display the shallow processors table.

ASPL 3> setshallowed prcrelem
set the shallow processor to prcrelem.

ASPL 4> setprcr transac
set the shallow preprocessor to transac.

ASPL 5> shallowed
display the shallow processors table. notice the change, now the processor is prcrelem, and its preprocessor is transac.

ASPL 6> f*& tx1 tx2
do a shallow set intersection on tx1 and tx2.

ASPL 7> f*& tx1 tx2 tx3
do a shallow set intersection on tx1, tx2, and tx3.

ASPL 8> quit
sweet!