Previous: Combining tables with UNION (U)
Up: Table handling
Next: Combining tables with DIFFERENCE (DI)
Previous Page: Combining tables with UNION (U)
Next Page: Combining tables with DIFFERENCE (DI)

Combining tables with INTERSECTION (I)

Up to eight input tables may be combined into one new output table: INTERSECTION selects the observations common to all input tables. Format is similar to the union function:

INTERSECTION/INP=(a1,b1,...)[/OUT=tablename]


Fri Aug 12 10:24:53 BST 1994