The REXEC server command processing selection (RXCS0100) exit point allows you to specify which command processor the REXEC server uses for interpreting and running your commands.
Parameter | Description | Input or output | Type and length |
---|---|---|---|
1 | User profile | Input | Char(10) |
2 | Remote IP address | Input | Char(*) |
3 | Length of remote IP address | Input | Binary(4) |
4 | Command string | Input | Char(*) |
5 | Length of command string | Input | Binary(4) |
6 | Command processor identifier | Output | Binary(4) |
7 | Character conversion option | Output | Binary(4) |
Exit point format name: RXCS0100
Exit point name: QIBM_QTMF_SVR_SELECT
Value | Operation |
---|---|
0 | i5/OS™ control language — The server processes the command as an i5/OS control language (CL) command. This is the default value. |
1 | Qshell command — The Qshell command interpreter processes the command. The server uses the spawn() application programming interface (API) to call Qshell as a child job. |
2 | Spawn path name — The server treats the command name as a path name and passes it to the spawn() application programming interface (API), which runs as the child job. |
Value | Operation |
---|---|
0 | Do not convert data. The server transfers all data on the stdin, stdout, and stderr streams without converting it. |
1 | Convert data. This is the default.
|