Things under legendu
**
Things under legendu
A tuple can be used both in a sql procedure or a data step.
Values are usually separated by commas,
e.g., (v1, v2, v3).
However, commas are not necessary.
where x in (v1, v2, v3) can also be
where x in (v1 v2 v3)