Originally posted by: Greenspan
It seems there is a method of calling WTX from application programs. It uses the platform API function calls from the application programs . However our requirement is to call the map dynamically from the cobol. The sample JCL given is as below.
.....
//TESTCOB EXEC PGM=DTXTESTC,REGION=250M,
// PARM='SINKMAP /VX15 ALLEMPS /XPLINK(ON)'
//*
//STEPLIB DD DISP=SHR,DSN=&TESTLIB
// DD DISP=SHR,DSN=&DTXLIB
//*
//** IBM Websphere Transformation Extender SINKMAP example map
//SINKMAP DD DSN=&MAPLIB(DTXSMMVS),DISP=SHR
//*
//*IBM Websphere Transformation Extender Log/Audit/Trace/Debug outputs
.....
where the mapname to be run is DTXSMMVS. Is there any way we can override this in the program and specify the mapname in the program itself instead of DD Name ?
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender