-L mcompile option

The -L option that can be used with the mcompile utility command.

The list (-L) option of the mcompile utility command is used to list all executable maps that are present in the specified map source file. When this option is selected, the list of all executable maps will display in alphabetical order, each on a separate line. No other option can be selected with the (-L) option in the mcompile utility command, except the (-DP) and (-TX) options. If any other option of the mcompile utility command is selected with the (-L) option, other than the (-DP) and (-TX) options, the command line is invalid, and the Not a valid command line - No other option is allowed with `-L' except -DP or -TX. error message will display on the console.

Using the -L mcompile option with -TX or -DP options

The following table shows how the mcompile utility command behaves when you specify the (-L) option along with the different executable map type options.
When you specify the (-L) option along with... Result
the (-TX) option of the mcompile utility command mcompile will list IBM Transformation Extender executable maps that are present in the map source file
the (-DP) option of the mcompile utility command mcompile will list IBM DataPower executable maps that are present in the map source file
both the (-TX) and (-DP) options of the mcompile utility command The command line is invalid, and the
Not a valid command line - No other 
option is allowed with `-L'
except -DP or -TX.
error message will display on the console.