Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

EXECUTE-SYSTEM-CMD

&pagelevel(4)&pagelevel

The EXECUTE-SYSTEM-CMD statement allows a command to be executed during the program run. This statement interrupts the program that has been called, issues the specified command and, after its execution, returns to program mode. In the event of errors in command execution, the spin-off mechanism is activated at program level (see standard statement "STEP ").
The statement is rejected if the program interrupt is currently not allowed within the procedure or by the program itself (e.g. for security reasons).

EXECUTE-SYSTEM-CMD

CMD = <text 0..1800 with-low>

CMD = <text 0..1800 with-low>
Command to be executed without a leading slash, enclosed in parentheses.