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

70 lines
4.5 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>i5/OS PASE ILE Procedure APIs</title>
<!-- Begin Header Records ========================================= -->
<!-- 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. -->
<!-- Change History: -->
<!-- YYMMDD USERID Change description -->
<!-- File restructured for V5R2 -->
<!-- 031112 JETAYLOR replaced API and/or Exit listings with -->
<!-- pagegenerator output from javascript array -->
<!-- End Header Records -->
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<!-- Java sync-link -->
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
</script>
<h2>i5/OS PASE ILE Procedure APIs</h2>
<p>The ILE procedure APIs run an i5/OS<SUP>(TM)</SUP> PASE program and allow ILE programs to
communicate with an i5/OS PASE program that is already running in the same
job.</p>
<p>The i5/OS PASE ILE Procedure APIs are:</p>
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
<!-- Updates made in this section *will* be overlaid by automated tools -->
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
<!--***************API BEGIN PASTE***************-->
<ul>
<li><A HREF="qp2dlclose.htm">Op2dlclose</A> (Close a Dynamically Loaded i5/OS PASE Module) closes and unloads an i5/OS PASE module previously opened by the Qp2dlopen API (or the i5/OS PASE dlopen function).</li>
<li><A HREF="qp2callpase.htm">Qp2CallPase and Qp2CallPase2</A> (Call an i5/OS PASE Procedure) calls a procedure in an i5/OS PASE program that is already running in the job that calls the API.</li>
<li><A HREF="qp2dlerror.htm">Qp2dlerror</A> (Retrieve i5/OS PASE Dynamic Load Error Information) returns a pointer to a string that provides error information for the most recent dynamic load function (Qp2dlopen, Qp2dlsym, or Qp2dlclose API).</li>
<li><A HREF="qp2dlopen.htm">Qp2dlopen</A> (Dynamically Load an i5/OS PASE Module) dynamically loads an i5/OS PASE module by calling the i5/OS PASE dlopen() function.</li>
<li><A HREF="qp2dlsym.htm">Qp2dlsym</A> (Find an Exported i5/OS PASE Symbol) finds an exported i5/OS PASE symbol by calling the i5/OS PASE dlsym() function.</li>
<li><A HREF="qp2endpase.htm">Qp2EndPase</A> (End an i5/OS PASE Program) ends any i5/OS PASE program currently running in the job.</li>
<li><A HREF="qp2errnop.htm">Qp2errnop</A> (Retrieve i5/OS PASE errno Pointer) returns a pointer to the i5/OS PASE errno variable for the current thread.</li>
<li><A HREF="qp2free.htm">Qp2free</A> (Free i5/OS PASE Heap Memory) frees an i5/OS PASE heap memory allocation by calling the i5/OS PASE free() function.</li>
<li><A HREF="qp2jobccsid.htm">Qp2jobCCSID</A> (Retrieve Job CCSID for i5/OS PASE) returns the job default CCSID from the last time the i5/OS PASE CCSID was set.</li>
<li><A HREF="qp2malloc.htm">Qp2malloc</A> (Allocate i5/OS PASE Heap Memory) allocates memory from the i5/OS PASE heap by calling the i5/OS PASE malloc() function.</li>
<li><A HREF="qp2paseccsid.htm">Qp2paseCCSID</A> (Retrieve i5/OS PASE CCSID) returns the i5/OS PASE CCSID from the last time the i5/OS PASE CCSID was set.</li>
<li><A HREF="qp2ptrsize.htm">Qp2ptrsize()</A> (Retrieve i5/OS PASE Pointer Size) returns the pointer size, in bytes, for the i5/OS Application Solutions Environment (i5/OS PASE) program currently running in the job.</li>
<li><A HREF="qp2runpase.htm">Qp2RunPase</A> (Run an i5/OS PASE Program) runs an i5/OS PASE program in the job that calls the API.</li>
<li><A HREF="qp2signalpase.htm">Qp2SignalPase</A> (Post an i5/OS PASE Signal) posts an i5/OS PASE signal to an i5/OS PASE program that is already running in the job that calls the API.</li>
</ul>
<!--***************API END PASTE***************-->
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> | <a href=
"pase1.htm">i5/OS PASE APIs</a> | <a href="aplist.htm">APIs by
category</a></td>
</tr>
</table>
</center>
</body>
</html>