I need to make a "native-client" (CLI) connection from a Linux system to DB2/z to do some queries. I was able to download and install the data server client (v11.5.7_linuxx64_rtcl.tar.gz) from IBM.
The next step is to create a client instance. IBM says to use the db2icrt command to do this: https://www.ibm.com/docs/en/db2/9.7?...reate-instance
However, that command is there. I used "find" to search everything below the directory where I installed the client, and there is no file with that name.
So how do I create the client instance without that command? Or can I make the connection to DB2/z without creating a client instance (how)?