IanCockcroft
IS-IT--Management
Hi, I am new at this.
I have been tasked with automating the generation of job reports.
So far I have this code:
italics
JobListResult = DSGetProjectInfo (DSJ.JOBLIST)
dsdesign.exe /H=hostname /U=username /P=password /O=omitflag project
job_name | /SC shared_container_name /R /RP=report_pathname /RT=stylesheet_pathname /RX
I need to put it in an iteration and quit the job when it gets to the end offff the job list.
Can anyone complete it for me?
cheers
Ian
I have been tasked with automating the generation of job reports.
So far I have this code:
italics
JobListResult = DSGetProjectInfo (DSJ.JOBLIST)
dsdesign.exe /H=hostname /U=username /P=password /O=omitflag project
job_name | /SC shared_container_name /R /RP=report_pathname /RT=stylesheet_pathname /RX
I need to put it in an iteration and quit the job when it gets to the end offff the job list.
Can anyone complete it for me?
cheers
Ian