Create XML output and a DTD. The ODS MARKUP
BODY= statement creates an XML file. The FRAME= option specifies that you
want the DTD in a frame file, and the TAGSET= option specifies that you want
the default tagset, which is XML.
ods markup body='statepop.xml'
frame='statepop.dtd' tagset=default;