Execution of an external program.
Transaction: SM36
Interface: Standard
Syntax
R3_ACTIVATE_EXT_PROGRAM
PROGRAM=...
[,PARAMS=...]
,TARGET_SERVER=...
[,STDOUT=...]
[,STDERR=...]
[,TRACE=...]
[,TERM=...]
| Syntax | Description/Format | 
|---|---|
| PROGRAM= | Name of the program that should be 
 executed. | 
| PARAMS= | Parameter for the program. Default value: "" | 
| TARGET_S[ERVER]= | Name of the computer on which 
 the program should be executed. | 
| Control flags | 
 | 
| STDOUT= | Assumes external output to the job log. Allowed values: "" (default value) and "X" ""  - 
 No control flag. | 
| STDERR= | Assumes external errors to the job log. Allowed values: "" (default value) and "X" ""  - 
 No control flag. | 
| TRACE= | Activates a  trace. Allowed values: "" (default value) and "X" ""  - 
 No control flag. | 
| TERM= | Job waits for external termination. Allowed values: "" (default value) and "X" ""  - 
 No control flag. | 
Example
R3_ACTIVATE_EXT_PROGRAM PROGRAM='dir',PARAMS='*.*',TARGET_SERVER='NB0053',STDOUT='X',STDERR='X',TERM='X'
See also: