Dump Score

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
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Dump Score

Post by kollurianu »

Hi All,

Once I have $APT_DUMP_SCORE as parameter , the score can be cheked under the mainprogram in the director log , is that right?

Thank you all in advance.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Depends. What do you mean by "mainprogram"?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

Ok , Dump Score can be checked from the director log?? Is that right Ray ?
As all the information is under main_program..

Thanks for your response Ray.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes, the score is written as a single event into the job log when $APT_DUMP_SCORE is True.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
fmou
Participant
Posts: 124
Joined: Sat May 28, 2011 9:48 pm

Post by fmou »

I forgot to set $APT_DUMP_SCORE to True when I initialed my project (so none of the score are written into the job log). I've now set $APT_DUMP_SCORE to True for my project, will my previous built jobs now show the score? Do I need to re-compile?

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You should not need to recompile unless you have introduced that environment variable into the job as a job parameter (and have not set its default value to the special value $PROJDEF).
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