Shallow Set Operation on Java Jar Archive - Elements with Transaction

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!