Batch File & Shell Script Adapters

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
ysweec
Participant
Posts: 31
Joined: Thu Jun 17, 2004 9:01 pm

Batch File & Shell Script Adapters

Post by ysweec »

Hi,

I have problem on how to pass the parameter for a batch file using Batch File & Shell Script Adapters in Run function?
e.g.

RUN("TEST.1.1.1.mmc",
ECHOIN ( 1, PACKAGE(File)) +
"-OABAT1 " + "'-CMD test.bat " +
" -TRACEV" + "'")

Many Thanks,
ysweec
janhess
Participant
Posts: 201
Joined: Thu Sep 18, 2003 2:18 am
Location: UK

Post by janhess »

=RUN("TEST.1.1.1.mmc",
ECHOIN ( 1, PACKAGE(File)) +
" -OABAT1 '-cmd test.bat" +
" -TRACEV'")
Post Reply