Dsjob Command
Dsjob Command
dsjob -run -warn <n> <project> <job> : The job will get aborted if has more
than <n> warnings
Output :
Status Code = 0
2. dsjob -run -wait <project> <job> : It shows on screen that the job is getting
executed and outputs status code on execution.
Output :
3. dsjob -run -jobstatus <project> <job> : It shows job status after execution.
Output :
Waiting for job...
Finished waiting for job
Job Status
: (2)
Status code = 2
Stopping a Job
You can stop a job using the stop option.
dsjob stop <project> <job>
stop terminates a running job.
project is the name of the project containing the job.
job is the name of the job.
Retrieving Information
1.
2.
4.
5.
6.