Expression Evaluation

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you open a CMD shell, then type in sh you will get a "UNIX" prompt if MKS is installed. This is the easiest test I know.

From a TCL prompt, you can use the SH -c "command" technique; if MKS is installed then the SH command is enabled, otherwise you will get a message indicating that it is not supported on your platform.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
gsherry1
Charter Member
Charter Member
Posts: 173
Joined: Fri Jun 17, 2005 8:31 am
Location: Canada

Post by gsherry1 »

Thanks for your help.

I ended up using a DS Basic routine to pass this expression into a perl evaluation.


Greg
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Wow... just over one year later. :lol:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply