Page 1 of 1

Import Specific Job from .isx file

Posted: Tue Feb 25, 2014 9:58 am
by sksdsx
Hi Experts,

Is it possible to import a Specific job from .isx file for DataStage 9.1.

Thanks In Advance!

Posted: Tue Feb 25, 2014 2:40 pm
by asorrell
I don't have access to 9.1, but at previous releases it wasn't available. You had to import the entire isx. You can import to a new project then use the Manager to drag and drop the job(s) you want to the correct project.

Posted: Wed Feb 26, 2014 6:30 pm
by PaulVL
unzip it, parse for the job entry (it's in XML format now), pump that to a seperate file, maybe zip it again... and call it ISX. That's my GUESS as I have never done that before.