Job Export Command

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
benny.lbs
Participant
Posts: 125
Joined: Wed Feb 23, 2005 3:46 am

Job Export Command

Post by benny.lbs »

Is there any alternative to export a single job rather than the whole project ?

I mean NOT to use DataStage Manager panel, is there any .exe file can be used ?

As I know, the following exe file can be used to export the whole project, but it isn't what I want.
C:\Program Files\Ascential\DataStage\dscmdexport.exe

usage: dscmdexport [/H][/U][/P][/O] project filepath [/V]

/H Host name.
/U User name.
/P Password.
/O Omit flag.
project Specifies the project name.
filepath Specifies the export file name.
/V Verbose. Default to false.

Note that project name must be specifed.
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
I think the only other way would be to implement the DS API (i.e. in VB).
It will still remain a client side action.

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
dsxdev
Participant
Posts: 92
Joined: Mon Sep 20, 2004 8:37 am

Post by dsxdev »

From the details you have provided you are working on DataStage PX on unix and the command you have quoted is for Windows version.

For unix version of DaaSatge you have a command

Code: Select all

 dsjob -<options> 
with export option.

I am not sure whether you can export a single job.
Happy DataStaging
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You can't. :cry:
-craig

"You can never have too many knives" -- Logan Nine Fingers
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Kinda makes you wonder how to get that DSX cutter utility no?

(some how a colegue made me think they did something similar, but maybe the individual dsx files were actually manually made at dev time?! :roll: )

I'll have to check it again...
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
benny.lbs
Participant
Posts: 125
Joined: Wed Feb 23, 2005 3:46 am

Post by benny.lbs »

o, if it is true, it is so inconvenient, why Ascential can't think of this simple user requirement :cry: :cry: :cry:
chulett wrote:You can't. :cry:
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Benny,

send a request for an enhancement in to Ascential via your support contract.

This has been a request for a while now, Ascential is fully aware that this would be a great additional to the functionality. But, as always, the squeaky wheel will get the grease and with the limited Engineering resources the enhancements always get the short end of the stick.

If enough of customer base asks for it then it will get done.
benny.lbs
Participant
Posts: 125
Joined: Wed Feb 23, 2005 3:46 am

Post by benny.lbs »

ArndW, thanks you for your suggestion, I will send a request to Ascential.
ArndW wrote:Benny,

send a request for an enhancement in to Ascential via your support contract.

This has been a request for a while now, Ascential is fully aware that this would be a great additional to the functionality. But, as always, the squeaky wheel will get the grease and with the limited Engineering resources the enhancements always get the short end of the stick.

If enough of customer base asks for it then it will get done.
Post Reply