DsJobReport - write status to a specific 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
ds_is_fun
Premium Member
Premium Member
Posts: 194
Joined: Fri Jan 07, 2005 12:00 pm

DsJobReport - write status to a specific file

Post by ds_is_fun »

Im using DSJobReport after job subroutine. Is there anyway where I could write the status to a specific file and only see Job status in it?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Of course. You could use an echo command redirecting its output (via DSExecute), or you could use the WriteSeq statement (which implies OpenSeq and CloseSeq) in your subroutine.
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