Page 1 of 1

DsJobReport - write status to a specific file

Posted: Wed Oct 03, 2007 12:29 pm
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?

Posted: Wed Oct 03, 2007 2:24 pm
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.