-A mcompile option
The -A option that can be used with the mcompile utility command.
The all (-A) option of the mcompile utility command is used to compile all executable maps that are present in a map source file. The executable map name should not be specified in the command line if (-A) option is selected. If the executable map name is also specified with the (-A) option, the command line is invalid, and the Not a valid command line - Executable map name should not be specified when `-A' all maps are selected error message will display on the console.
Using the -A mcompile option with -TX and -DP options
The following table shows how the mcompile utility
command behaves when you specify the (-A) option along
with the different executable map type options.
When you specify the (-A) option along with... | mcompile will compile... |
---|---|
the (-TX) option of the mcompile utility command | IBM Transformation Extender executable maps that are present in the map source file |
the (-DP) option of the mcompile utility command | IBM DataPower executable maps that are present in the map source file |
both the (-TX) and (-DP) options of the mcompile utility command | both IBM Transformation Extender and IBM DataPower executable maps that are present in the map source file, which is the same result as specifying (-A) without the two executable map type options |