How to find Version of Datastage using scripts at backend

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
pxraja
Participant
Posts: 142
Joined: Fri Mar 14, 2008 10:22 am

How to find Version of Datastage using scripts at backend

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The version of DataStage can be obtained with

Code: Select all

$DSHOME/bin/uv -admin -info
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
pxraja
Participant
Posts: 142
Joined: Fri Mar 14, 2008 10:22 am

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Maybe

Code: Select all

$DSHOME/bin/uv -admin -version
but that's just a guess.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yup! :)
-craig

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