Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Command result-specific branching instructions

&pagelevel(5)&pagelevel

You use the command result-specific branching instructions to control the execution of a command file in accordance with errors which occur.

The command result-specific branching instructions can only be used after a DCOPT command.

The following branching instructions are available:

/IF-BCAM-ACK

The following commands are processed if the previous command was successful.

/IF-BCAM-NAK

The following commands are processed if the previous command was not successful.

/ELSE-BCAM

End of the IF branch. If the IF condition has not been fulfilled then command processing begins here.

/END-IF-BCAM

Terminates a branch that started with /IF-BCAM-...

                                         

You can define branches within a command file up to a nesting depth of eight.