command to reset the datastage job from out side

  1. dsjob - mode 'RESET'

  2. dsjob -run -mode 'RESET'

  3. dsjob - mode 'SET'

  4. dsjob -run -mode 'SET'


Correct Option: B

AI Explanation

To reset a DataStage job from outside, you can use the following command:

B) dsjob -run -mode 'RESET'

Explanation:

Option B) dsjob -run -mode 'RESET' is the correct answer.

The "dsjob" command is used to perform various operations on DataStage jobs. The "-run" flag is used to run a job, and the "-mode 'RESET'" option is used to reset the job.

By running the command "dsjob -run -mode 'RESET'", you can reset the DataStage job from outside. This will reset the job's status and clear any previous run information, allowing you to start the job fresh.

Therefore, the correct answer is B) dsjob -run -mode 'RESET'.

Find more quizzes: