IBM
C2090-461 · Question #7
In a batch file, you can direct the processing that follows the PR0CMND processing, by using the process return code, with one of the statements shown below: (1) For Windows: IF ERRORLEVEL n GOTO x…
The correct answer is A. OUTPUT. See the full explanation below for the reasoning.
Question
In a batch file, you can direct the processing that follows the PR0CMND processing, by using the process return code, with one of the statements shown below: (1) For Windows:
IF ERRORLEVEL n GOTO x (2) For UNIX or Linux: IF EXITCODE n GOTO x Which Optim command line processing function causes Optim to return the process code based on the success or failure of the process that can subsequently be used to direct the processing of other steps?
Options
- AOUTPUT
- BRETURNCODE
- CEXITCODE
- DERRORLEVEL
How the community answered
(35 responses)- A83% (29)
- B3% (1)
- C11% (4)
- D3% (1)
Community Discussion
No community discussion yet for this question.