Page 1 of 1

How to find Version of Datastage using scripts at backend

Posted: Sat Nov 15, 2008 12:18 am
by pxraja
Hi all,

Would anyone please tell me how to find version of datastage at the back end using scripts .

In particular any command for finding the version in IBM Websphere Information Server 8.0

thanks in advance

Posted: Sat Nov 15, 2008 12:44 am
by ray.wurlod
The version of DataStage can be obtained with

Code: Select all

$DSHOME/bin/uv -admin -info

Posted: Sat Nov 15, 2008 3:16 am
by pxraja
Hi ray,

the command given is giving the admin information also, whether it is possible to get only the version of the datastage alone

thanks for your suggestion

Posted: Sat Nov 15, 2008 5:47 am
by ray.wurlod
Maybe

Code: Select all

$DSHOME/bin/uv -admin -version
but that's just a guess.

Posted: Sat Nov 15, 2008 8:24 am
by chulett
Yup! :)