vThe server converts data in the stdout and sterr streams from the job
CCSID to the ASCII CCSID that the CHGRXCAcommand specifies.
If the job CCSID is 65535, the server uses the default CCSID of the
job.
This is the default value.

Usage Notes

vIf you add exit programs to both the QIBM_QTMX_SERVER_REQ and
QIBM_QTMX_SVR_SELECT exit points, REXEC server first calls the exit
program that you add to the QIBM_QTMX_SERVER_REQ exit point. If this
program allows the operation, the server then calls the exit program that you add
to the QIBM_QTMX_SVR_SELECT exit point.
vWhen you set the Command processor identifier parameter to 0(AS/400 Control
Language command), the conversion option is ignored. The server always
performs character conversion for CL commands.
vWhen you set the command processor identifier to 1(Qshell Command), the
server sets these environment variables:
TERMINAL_TYPE= REMOTE
PATH=/usr/bin:
– LOGNAME=
user
(where
user
is the user profile)
– HOME=
homedir
(where
homedir
is the user’s home directory)
If the Qshell Interpreter option of OS/400 is not installed, the REXEC client
receives (in the stdout stream) a REXEC protocol diagnostic message that says
“Qshell interpreter not installed”.
vWhen you set the Command processor identifier parameter to 1or 2:
The server maps the REXEC stdin, stderr, and stdout streams to file
descriptors 0, 1, and 2, respectively.
The server sets the QIBM_USE_DESCRIPTOR_STDIO environment variable
to Y.
Any other environment variables that the exit program sets are inherited by the
child job.
vIf you set the Command processor identifier parameter to 2and the command
string is not a valid path name for the spawn() API, the message “Incorrect
command or path name specified” is returned to the REXEC client in the stderr
stream.
File Transfer Protocol (FTP) Exit Points
AS/400 FTP provides three exit points:
vQIBM_QTMF_CLIENT_REQ — FTP Client Request Validation
vQIBM_QTMF_SERVER_REQ — FTP Server Request Validation
vQIBM_QTMF_SVR_LOGON — FTP Server Logon
Youcan use these exit points to set up additional security and validation controls for
FTP.The FTP client and server request validation exit points are used to control the
use of FTP subcommands. The server logon exit point authenticates the user who
is trying to logon to the FTP server.Also, you can use the two server exit points to
establish an anonymous FTP server site. (See “Anonymous FTP” on page568.)
AppendixE. TCP/IP Application Exit Points and Programs 553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|