This document describes a SAS application that dynamically creates drill-down capabilities in SAS output to allow users to view listings of ID numbers associated with specific data values. The application generates one-way or two-way frequency tables with hyperlinks connecting data values to HTML pages listing corresponding ID numbers. It uses macros to dynamically identify variables, create frequency tables and matching HTML files, and add hyperlinks to data values in the output. This allows non-programmers to efficiently examine specific cases behind data values without involving programmers.