The generation of an XML-format symbol table is controlled by the XMLGEN compiler directive of the Enterprise Developer compiler.
Compile the program with the following command line:
Windows:
cobol getstarted.cbl xmlgen(ws) noobj;
UNIX:
cob getstarted.cbl xmlgen(ws) noobj