exporting particular category of jobs using command line

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dstest
Participant
Posts: 66
Joined: Sun Aug 19, 2007 10:52 pm

exporting particular category of jobs using command line

Post by dstest »

Hi,

I want to export specifi category of jobs through command line.Can you one tell what is the command line for that.

Thanks
gateleys
Premium Member
Premium Member
Posts: 992
Joined: Mon Aug 08, 2005 5:08 pm
Location: USA

Re: exporting particular category of jobs using command line

Post by gateleys »

dstest wrote:Hi,

I want to export specifi category of jobs through command line.Can you one tell what is the command line for that.

Thanks
I know that dscmdexport allows you to export the project to a file. Not sure if you can tweak it allow for export of only certain category.
gateleys
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I don't believe it's possible. dscmdexport exports entire projects. dsexport can export a single job, but can not select a category. You could, of course, create a script (BAT file) that combined dsjob and dsexport.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dstest
Participant
Posts: 66
Joined: Sun Aug 19, 2007 10:52 pm

Post by dstest »

By using dsjob command can we get list of jobs in a particular category?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Umm... no. My bad.

I don't think this is possible from the client side.
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