I'm trying to start CLPPLUS from a linux server (I'm using MobaXterm to connect remotly to the Linux server) but it does not work (either the CLPPLUS tool is started nor an error is thrown).
I can start DB2 CLP on Server using the following line of code :
db2 connect to sample
Is it possible to start CLPPLUS on the server the same way we start DB2 CLP?
I have tried the following lines of code but it does nothing ( either the CLPPLUS tool is started nor an error is thrown).
clpplus
2)clpplus userid@host:portnumber/database
Is it possible to start CLPPLUS from the server as we can do with DB2 CLP?