ibm-information-center/dist/eclipse/plugins/i5OS.ic.apis_5.4.0.1/xclicep.htm

101 lines
2.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
<title>CLI Connection Exit Program</title>
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<!-- Begin Header Records ========================================== -->
<!-- XCLICEP SCR450 A converted by B2H R4.1 (346) (CMS) by V2DCIJB at -->
<!-- RCHVMW2 on 4 Oct 1999 at 10:16:45 -->
<!--File Edited March 2001 -->
<!-- This file has undergone html cleanup on 1/8/02 by JET -->
<!--End Header Records -->
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<!-- Java sync-link -->
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
</script>
<a name="top_Of_Page"></a>
<h2>CLI Connection Exit Program</h2>
<div class="box" style="width: 65%;">
<br>
&nbsp;&nbsp;Required Parameter Group:<br>
<!-- iddvc RMBR -->
<br>
<table width="100%">
<tr>
<td align="center" valign="top" width="10%">1</td>
<td align="left" valign="top" width="50%">Connection user profile</td>
<td align="left" valign="top" width="20%">Input</td>
<td align="left" valign="top" width="20%">CHAR(10)</td>
</tr>
</table>
<br>
&nbsp;&nbsp;QSYSINC Member Name: None<br>
<!-- iddvc RMBR -->
<br>
&nbsp;&nbsp;Exit Point Name: QIBM_QSQ_CLI_CONNECT<br>
<!-- iddvc RMBR -->
<br>
&nbsp;&nbsp;Exit Point Format Name: CLIC0100<br>
<!-- iddvc RMBR -->
<br>
</div>
<p>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.</p>
<br>
<h3>Authorities and Locks</h3>
<p>You must have *ALLOBJ and *SECADM special authorities to register an exit
program for the QIBM_QSQ_CLI_CONNECT exit point.</p>
<br>
<h3>Required Parameter Group</h3>
<dl>
<dt><strong>Connection user profile</strong></dt>
<dd>INPUT; CHAR(10)
<p>The user profile that requested the connection.</p>
</dd>
</dl>
<hr>
Exit program introduced: V4R5
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center"><a href="#top_Of_Page">Top</a> | <a href=
"file1.htm">Database and File APIs</a> | <a href="aplist.htm">APIs by
category</a></td>
</tr>
</table>
</center>
</body>
</html>