Change the subtitle of the output.
The OBSTITLE statement changes the subtitle. The subtitle identifies the procedure that produced the output. See Global Title, Global Footnote, Subtitle, Object Heading Note, Object Footer Note, and Note
The DIR statement changes the current file location to \Contents#1\DataSet#1.
proc document name=class; dir \Contents#1\DataSet#1; run; obstitle Attributes#1 'Subtitle Specified by the OBSTITLE Statement'; run; quit;