CLI Connection Exit Program


  Required Parameter Group:


  QSYSINC Member Name: None

  Exit Point Name: QIBM_QSQ_CLI_CONNECT

  Exit Point Format Name: CLIC0100

The CLI Connection exit program is called by CLI through the registration facility before the conection is made to the relational database. CLI must be running in server mode for the exit program to be called. The exit point supports one CLI Connection exit program at a time. This exit program can be used for such things as changing the library list depending on the user making the connection or to enable debug for the prestart job handling the SQL requests.


Authorities and Locks

You must have *ALLOBJ and *SECADM special authorities to register an exit program for the QIBM_QSQ_CLI_CONNECT exit point.


Required Parameter Group

Connection user profile
INPUT; CHAR(10)

The user profile that requested the connection.


Exit program introduced: V4R5

[ Back to top | Database and File APIs | APIs by category ]