Controls the display of a XMLHEADER.
SET XMLHEADER ON|OFF
When outputting data using the XML or XMLSIMPLE formats, a standard ISO header can be attached to the resulting document.
set save
set output format xmlsimple
set XMLHEADER on
set output MyDoc
list 1 Docs
set restore