IBM SPSS Statistics Level 1 v2 — Question 25
Which of the following will run the DataStage job in the Unix environment for the domain is1:9445, server is1 for the user srv_etl?
Answer options
- A. dsjob –domain is1:9445 –server is1 –user srv_etl –run dstage1 jTest101
- B. dsjob –domain is1:9445 –server is1 –userid srv_etl –password {iisenc}infosphere –run dstage1 jTest101
- C. dsjob –domain is1:9445 –server is1 –username srv_etl –password iisenc_infosphere –run dstage1 jTest101
- D. dsjob –domain is1:9445 –server is1 –user srv_etl –password {iisenc} QHw0Q6i1zBuHhM3HcHPQrw= = -run dstage1 jTest101
Correct answer: B
Explanation
Option B is correct because it properly uses the parameter '-userid' to specify the user srv_etl along with the necessary password. Option A is incorrect as it uses '-user' instead of '-userid'. Options C and D are incorrect as they use 'username' and have additional unnecessary parameters or formatting, which are not valid for this command.