application Element This specifies the name of an application you want to generate.
applications Element This element is a container for all of the definitions necessary to generate an application using this configuration XML file.
cmdgen Element This element specifies the appropriate XML namespace and serves as a container for all definitions in the configuration XML
file. cmdgen is the root element of the configuration XML file.
dd Element This specifies the locations of the input files used by the various AppMaster Builder generators, and the storage locations
for output files such as generated COBOL, BMS, MFS and generation log files.
dds Element This element is a container for all of the data definitions necessary to generate an application.
globals Element This element is reserved for future use and is not currently required.
multiple-map-mapsets Element This element serves as a container for mapset definitions in a BMS multiple-map mapset. Because this information is not available
in either the application definition file (APSAPPL) or individual screen files (APSSCRN) you must code this element into
the configuration XML file manually.
parm Element This element specifies information that is not found in the application properties file (APRAPPL) or program properties file
(APRPROG), and are typically the settings found in your AppMaster Builder preferences.
parms Element This element is a container for all of the parameter definitions necessary to generate an application.
program Element This defines each program in your application. Screens are associated with their respective programs.
programs Element This element is a container for all of the dd definitions necessary to generate an application.
screen Element This element defines each screen in a single program.
screens Element This element serves as a container for screen definitions associated with a single program.