The INVERSE statement creates table two by inverting the original table
one (called UPPER). The SAVE statement saves the translation tables. The LIST
BOTH statement displays both the original translation table and its inverse.
inverse;
save;
list both;