Multiple choice technology How do you execute datastage job from command line prompt? dsjob -run -jobstatus projectname jobname dsjob -run projectname jobname dsjob -exec projectname jobname dsjob -exec –jobstatus projectname jobname Reveal answer Fill a bubble to check yourself A Correct answer Explanation The correct dsjob command to run a DataStage job from command line is 'dsjob -run -jobstatus projectname jobname'. The -run flag executes the job and -jobstatus returns the job status after execution. Other options have incorrect flags or syntax.