alter listener(QM) TRPTYPE(TCP) PORT(1718)
This is the command am using. Please suggest if it is correct.
Yes, I would expect that command to work as long as you have a listener named 'QM' which you want to alter to listen on TCP port 1718.
DISPLAY LISTENER(*) ALL
Will give you all the information on all the listener objects you currently have defined.
Yes, I would expect that command to work as long as you have a listener named 'QM' which you want to alter to listen on TCP port 1718.
DISPLAY LISTENER(*) ALL
Will give you all the information on all the listener objects you currently have defined.