Close the DOCUMENT destination and create LISTING
output. The entries in the ODS document Class are used in the remainder
of this example. The ODS LISTING statement opens the LISTING destination and
creates listing output.
ods document close;
ods listing;