AUTOLOG does not start the FTP daemon

If your start procedure name contains fewer than 8 characters, ensure that the AUTOLOG and PORT statements in the hlq.PROFILE.TCPIP data set specify the FTP background job name. For example, if your start procedure is called FTPD, your hlq.PROFILE.TCPIP data set should specify FTPD1, as shown in the following examples:
  • AUTOLOG
      FTPD JOBNAME FTPD1
    ENDAUTOLOG
  • PORT
      20 TCP OMVS NOAUTOLOG   ;FTP data port
      21 TCP FTPD1            ;FTP control port