You have to precede the parm with a "/" ... for LE-conforming programs the LE options appear on the JCL EXEC PARM='LEruntimeparm/programparms' ... so you code '/-PORT 9921' ... the joys of LE. Getting CEE error msg is a big hint :)
On Wed, Sep 9, 2020 at 12:48 AM Roberto Halais <[email protected]> wrote: > Listers: > > I am implementing a second FTP stc and I want it to listen on port 9921. > > The FTPD proc listens on port 21 by default. > > I read somewhere that you could specify //FTPS EXEC PGM=FTPD,PARM=(-PORT > 9921) > but I get: CEE3611I The run-time option -PORT was an invalid run-time > option. > > How do I specify a different listening port for the stc? > > Couldn't find documentation on it. > > Thank you for any hints. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
