Enterprise COBOL does not support the ANALYZE compiler option. With IBM COBOL, specification of the ANALYZE option allowed a syntax check of programs that contained SQL or CICS statements. Specifying both the ANALYZE and ADATA options created a SYSADATA file which could be analyzed by program understanding tools. However, the program understanding tools are no longer available in VisualAge COBOL, and Enterprise COBOL now supports SQL and CICS statements through the SQL and CICS compiler options. The ADATA compiler option can create a similar SYSADATA file without the need for further analysis by program understanding tools.