Page 1 of 1

Unix Shell Script to execute a TX Map

Posted: Tue Apr 11, 2006 9:15 am
by jazzer1
Would anyone have a sample Unix shell script that executes a TX map ?
The map reads and writes a flat file.
Thank you.

Posted: Tue Apr 11, 2006 12:38 pm
by jgibby
From the Unix shell just do something like this:

Code: Select all

dstx MapName.mmc 
That will execute the map with all the settings compiled in the map. You can override many of the settings just as you do with the RUN function.

I suggest taking a look at the Execution Commands Reference Guide PDF.