Originally posted by: Karthik12r
Hi,
I am trying to use RUN() from the main map to run a child map. I am facing issue in returning the output from child map to the main map. Let me know if the below rule is correct?
=VALID( RUN ("INBOUND_V150.mmc", ECHOIN(1,PACKAGE(ARG 1))
+" "+ECHOIN(2,PACKAGE(ARG2))+" -OE13 "),
"The dynamic execution of the map was unsuccessful. Error code " +
LASTERRORCODE() + ": " + LASTERRORMSG() )
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender