Page 1 of 1

Extract all the JOb names in the project

Posted: Thu Sep 11, 2008 11:34 pm
by kamesh_sk
HI ,

Can anyone help me to extract all the job names only from a project to an excel or to a file .
Do we have any specific DS command or function to extract all the names in the project (server edition).
Kindly help.
Thanks.

Kamesh

Posted: Thu Sep 11, 2008 11:46 pm
by ray.wurlod

Code: Select all

dsjob -ljobs projectname > joblist.csv

Posted: Fri Sep 12, 2008 1:05 am
by basu.ds
it is not working from command prompt can you give some indetails explaniation for windows environment

thanks

Posted: Fri Sep 12, 2008 1:11 am
by ray.wurlod
My car is not working. Can you tell me why?

Come on, "not working" just isn't enough. What error messages are you getting? Do you understand that the command search list needs to be set to use commands, or the full pathname of the command given?

Posted: Fri Sep 12, 2008 1:12 am
by chulett
What's "not working" about it? You'd need to be in the $DSHOME/bin directory or have that in your path to run dsjob, is your issue the fact that it is not found?