DataStage Object Code

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
durgaps
Participant
Posts: 74
Joined: Sat Jul 08, 2006 4:09 am
Location: Melbourne, Australia
Contact:

DataStage Object Code

Post by durgaps »

Where are the object codes kept in the DataStage project folder? What is the naming standard and can we delete them manually?
Durga Prasad
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Most of what is generated by DataStage parallel jobs is not object code, but Orchestrate shell (osh) script. Transformer stages and BuildOps have to go through a process of generating C++ source, then compiling and linking it, and obviously these have to be stored somewhere.

It's probably inadvisable to delete the object code. If you really must, it's to be found in the RT_SCnnnn directory, where nnnn is the job number.
RT = run-time. SC = source code.

:!: Deleting object code is entirely at your own risk.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply