Exporting from 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
savis
Premium Member
Premium Member
Posts: 27
Joined: Tue Apr 15, 2008 11:06 pm

Exporting from command line

Post by savis »

Hi,

I use the follloing command to export all the jobs in my project..

dscmdexport /H=%DSSERVER% /U=%DSUSER% /P=%DSPWD% %DSREP1% %BACKUPDIR%\%DSREP1%".dsx"

Is there a way to export jobs in only one category(not the entire project)?

Thanks in advance,
savis
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

No, that cannot be done using the command line export utility.
Post Reply