Add an object heading note to the output.
The OBBNOTE statement assigns an object heading note to the Attributes#1 entry. 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; obbnote Attributes#1 'Object Heading Note Specified by the OBBNOTE Statement'; run; quit;