I am going to share a small bat[batch] script which can be used to stop the DataStage server in
windows environment,
code :
REM Stop DataStage server
engine
net stop dstelnet
net stop dsengine
net stop dsrpc
Here you can find the Start Script : ------- here
till then.....
njoy the simplicity.......