import or export ds job

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
clj242021
Participant
Posts: 33
Joined: Mon Feb 12, 2007 2:54 am

import or export ds job

Post by clj242021 »

how to use command line to import/export parallel job on unix
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Re: import or export ds job

Post by dr.murthy »

[hi ,


we have a commands to do import and export from command line.



dsjob -import <projectname> <DSX filename(which is containing the executable jobs> <job/jobs names>

similarly for exporting
D.N .MURTHY
clj242021
Participant
Posts: 33
Joined: Mon Feb 12, 2007 2:54 am

Re: import or export ds job

Post by clj242021 »

dr.murthy wrote:[hi ,


we have a commands to do import and export from command line.



dsjob -import <projectname> <DSX filename(which is containing the executable jobs> <job/jobs names>

similarly for exporting
thanks
Last edited by clj242021 on Fri Dec 19, 2008 8:35 am, edited 1 time in total.
clj242021
Participant
Posts: 33
Joined: Mon Feb 12, 2007 2:54 am

Re: import or export ds job

Post by clj242021 »

dr.murthy wrote:[hi ,


we have a commands to do import and export from command line.



dsjob -import <projectname> <DSX filename(which is containing the executable jobs> <job/jobs names>

similarly for exporting
thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Make sure you understand that the import only imports executables which usually isn't what people want.
-craig

"You can never have too many knives" -- Logan Nine Fingers
clj242021
Participant
Posts: 33
Joined: Mon Feb 12, 2007 2:54 am

Post by clj242021 »

chulett wrote:Make sure you understand that the import only imports executables which usually isn't what people want. ...
Thank you for the reminder

I want to export/import parallel job just use the same effect of the ds manager. how to do that??
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Use the Manager. Full 'Server side' import export isn't coming until the 8.2 release. Or so.
-craig

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