What is use of RT_CONFIG FILE

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
mandyli
Premium Member
Premium Member
Posts: 898
Joined: Wed May 26, 2004 10:45 pm
Location: Chicago

What is use of RT_CONFIG FILE

Post by mandyli »

Hi


I see lot of RT_CONFIG with some number in my folder.


Actually what is use of RT_CONFIG FILE?


Thanks
Man
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

It holds 'configuration' information about the job who's number is in its name. Works much like the other RT_ directories / hashed files like RT_TEMPnnn, RT_LOGnnn, RT_BPnnn etc etc.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The RT_CONFIGnnn hashed file is a table used when jobs run. As noted, it contains the run-time configuration; things like what stages are involved, the relationships between them, and so on. These records are used as input by the executable that runs the job.
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