How to call DSJobReport from another subroutine??
Posted: Tue Jun 07, 2005 6:38 am
Hello,
I have an after job subroutine and I would like it to call the DSJobReport at the end of the routine.
However, I can't seem to execute the
CALL DSJobReport(abcd)
I even tried using
CALL DSU.DSJobReport(abcd) but it did not work.
And I tried defining it first. And this didn't work too
Deffun DSJobReport(abcd) calling 'DSU.DSJobReport'
CALL DSJobReport(abcd)
Any suggestions on why it is not working and how to overcome it?
Another thing, is there any other way to call 2 end of job subroutine from the job properties page?
Thanks in advance for everyone's help...
TY
I have an after job subroutine and I would like it to call the DSJobReport at the end of the routine.
However, I can't seem to execute the
CALL DSJobReport(abcd)
I even tried using
CALL DSU.DSJobReport(abcd) but it did not work.
And I tried defining it first. And this didn't work too
Deffun DSJobReport(abcd) calling 'DSU.DSJobReport'
CALL DSJobReport(abcd)
Any suggestions on why it is not working and how to overcome it?
Another thing, is there any other way to call 2 end of job subroutine from the job properties page?
Thanks in advance for everyone's help...
TY