Getting Datastage Project names from Unix

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
udayk_2007
Participant
Posts: 72
Joined: Wed Dec 12, 2007 2:29 am

Getting Datastage Project names from Unix

Post by udayk_2007 »

Hi Everybody

I want to get the Datastage Project names from unix server.Is there any unix command for it

Please help.Its urgent

Thanks very much
rameshrr3
Premium Member
Premium Member
Posts: 609
Joined: Mon May 10, 2004 3:32 am
Location: BRENTWOOD, TN

Post by rameshrr3 »

This is what the server job developers guide has to say about listing projects ( Page 709/776) through command line ..
Listing Projects
The dsadmin command can be used for listing the projects on a
server.

Code: Select all

dsadmin -listprojects
Lists all the projects on the server.
Marking a question as "urgent" is no guarantee that your question will be answered..
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

An alternative command is

Code: Select all

dsjob -lprojects
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply