import jobs command

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
thumati.praveen
Participant
Posts: 106
Joined: Wed Oct 04, 2006 5:21 am

import jobs command

Post by thumati.praveen »

Hi,

By using the import command in unix we can import only the job executables.Is their any equalent command in windows to import the job with designs and executables.

I have 50 jobs in repository each have one dsx file in my local machine.I want import 50 jobs into new project.All at one time is their any command?


Thanks,
Pravin
DS_SUPPORT
Premium Member
Premium Member
Posts: 232
Joined: Fri Aug 04, 2006 1:20 am
Location: Bangalore

Post by DS_SUPPORT »

dsimport (client exe) will import the job into the server. You can write a bat file and do the looping to import the jobs, or the simple way could be concatenate all the 50 jobs to a single dsx and import the concatenated dsx.
thumati.praveen
Participant
Posts: 106
Joined: Wed Oct 04, 2006 5:21 am

Post by thumati.praveen »

DS_SUPPORT wrote:dsimport (client exe) will import the job into the server. You can write a bat file and do the looping to import the jobs, or the simple way could be concatenate all the 50 jobs to a single dsx and import the concatenated dsx.
Hi,

Are you sure it will import both designs and executables?

Thanks,
Praveen.
DS_SUPPORT
Premium Member
Premium Member
Posts: 232
Joined: Fri Aug 04, 2006 1:20 am
Location: Bangalore

Post by DS_SUPPORT »

dsimport will import a particular DSX file, if your dsx file has executables also, it will import it.
Post Reply