For Server jobs, the answer is no - they are highly portable, 'executables' and all. I doubt that is the case with PX jobs containing a Transformer stage, they would need to be recompiled. May be some issues with generating flat files and choosing record terminators or slash direction but at a high ...
The ORABULK stage is old and really was meant only for Oracle 7 databases. Stick with the ORAOCIBL a.k.a. the 'Oracle OCI Load' stage. There you have a choice of Automatic versus Manual mode. The former is 'bulk loading on the fly' and the latter creates the files you are expecting and you must then...
You sure you have ISAM files? They were replaced by VSAM ages ago from what I recall. Regardless, I really don't believe they can be accessed via a Sequential File stage - but what the heck, give it a shot. It's all good clean fun.
Never done this, hence the 'possibly' part. And it would require purchasing ODBC drivers for this, nothing ships with DataStage that would handle the files in question. Or something like an iWay Adapter for VSAM or whatever you needed to access. Since either would need to be purchased, I'll stick wi...
Index files? You mean like ISAM or VSAM? You won't be able to read them directly except possibly via ODBC with the right drivers. Or via a COBOL program.
Best to arrange to get the data dumped to a flat file.