Originally posted by: Kepa_Screen
You could use a Ms-Dos batch file like this:
You must put it at mms source files, directory, this would recompile all maps at this directory.
del compilar.log
for %%K in (*.mms)
do
"C:\Program Files\IBM\Websphere transformation extender 8.1"\mcompile %%K -a -k -p aix -e -log >> compilar.log
All details for the compilation result will go to "compilar.log" file.
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender