Hi, I am facing problem on interprting REXEC behavior when exit program applied to FTP sever logon exit point QIBM_QTMF_SVR_LOGON (format TCPL0100). According to IBM AS400 Infromation Center's online manual, the Application Identifier parameter value will be '1' if a FTP server logon request coming into the exit point. And '2' will be the value if it is a REXEC server program request. As we know, the return value of FTP server logon could be '0' for rejection, and '1', '2', '3', '4', '5', '6' for different ways of permission. My question is, how about REXEC's behavior in term of return value? Will it be the same like FTP with the values from '0'to '6'. Or just simply '0' to reject, and '1' to permit. I have no much knowledge on REXEC. I think that it may not be a popular issue since there is even no description in IBM web resource. But it is critical to me, because I do not want my FTP logon exit program blocking any REXEC request. Anyone can help me to figure the scenario? Thanks in advance. Jack

Reply With Quote