96 lines
9.1 KiB
HTML
96 lines
9.1 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>Runtime Functions For Use by i5/OS PASE Programs</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 -->
|
||
|
<!-- 030501 JETAYLOR replaced API and Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<!-- 030918 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<!-- 030923 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<!-- 031008 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<!-- 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>Runtime Functions For Use by i5/OS PASE Programs</h2>
|
||
|
|
||
|
<p>i5/OS<SUP>(TM)</SUP> PASE runtime includes interfaces supported on AIX<SUP>(R)</SUP> and interfaces
|
||
|
unique to i5/OS PASE. They are unique to i5/OS PASE</p>
|
||
|
|
||
|
<p>The runtime functions 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="pase__cvterrno.htm">_CVTERRNO</A> (Convert ILE errno to i5/OS PASE errno) converts an ILE errno value to a corresponding i5/OS PASE errno value.</li>
|
||
|
<li><A HREF="pase__cvtspp.htm">_CVTSPP</A> (Convert Space Pointer for i5/OS PASE) converts a tagged space pointer value to an equivalent i5/OS PASE memory address.</li>
|
||
|
<li><A HREF="pase__cvtts64.htm">_CVTTS64</A> (Convert Teraspace Address for i5/OS PASE) converts a 64-bit teraspace address to an equivalent i5/OS PASE memory address.</li>
|
||
|
<li><A HREF="pase__getts64.htm">_GETTS64</A> (Get Teraspace Address for i5/OS PASE) returns the 64-bit teraspace address equivalent of an i5/OS PASE memory address.</li>
|
||
|
<li><A HREF="pase__getts64.htm">_GETTS64_SPP</A> (Get Teraspace Address (from Space Pointer) for i5/OS PASE) returns the 64-bit teraspace address stored in a 16-byte space pointer.</li>
|
||
|
<li><A HREF="pase__getts64m.htm">_GETTS64M</A> (Get Multiple Teraspace Pointers for i5/OS PASE) retrieves teraspace address equivalents for a set of i5/OS PASE memory addresses.</li>
|
||
|
<li><A HREF="pase__ilecall.htm">_ILECALL and _ILECALLX</A> (Call an ILE Procedure for i5/OS PASE) allows an i5/OS PASE program to call an ILE procedure.</li>
|
||
|
<li><img src="delta.gif" alt="Start of change" border="0"><A HREF="pase__ilekill.htm">_ILEKILL()</A> (Send ILE Signal for i5/OS PASE) invokes the ILE kill function to send an ILE signal to a process or process group. <img src="deltaend.gif" ALT="End of change" border="0"></li>
|
||
|
<li><A HREF="pase__ileload.htm">_ILELOAD</A> (Load an ILE Bound Program for i5/OS PASE) allows an i5/OS PASE program to load (activate) an ILE bound program.</li>
|
||
|
<li><A HREF="pase__ileload.htm">_ILELOADX</A> (Load an ILE Bound Program for i5/OS PASE) loads (activates) an ILE-bound program.</li>
|
||
|
<li><A HREF="pase__ilesym.htm">_ILESYM</A> (Find Exported ILE Symbol for i5/OS PASE) allows an i5/OS PASE program to get a tagged pointer to the data or procedure exported for a symbol exported by an ILE activation.</li>
|
||
|
<li><A HREF="pase__ilesym.htm">_ILESYMX</A> (Find an Exported ILE Symbol for i5/OS PASE) finds an exported ILE symbol in the activation of an ILE-bound program.</li>
|
||
|
<li><A HREF="pase__memcpy_wt.htm">_MEMCPY_WT and _MEMCPY_WT2</A> (Copy Memory With Tags for i5/OS PASE) allows an i5/OS PASE program to copy memory with tagged pointers.</li>
|
||
|
<li><img src="delta.gif" alt="Start of change" border="0"><A HREF="pase__open_ccsid.htm">_OPEN_CCSID</A> (Open With CCSID for i5/OS PASE) opens a file with CCSID tagging. <img src="deltaend.gif" ALT="End of change" border="0"></li>
|
||
|
<li><A HREF="pase__pgmcall.htm">_PGMCALL</A> (Call an i5/OS Program for i5/OS PASE) calls an i5/OS program (object type *PGM) from an i5/OS PASE program.</li>
|
||
|
<li><A HREF="pase__return.htm">_RETURN</A> (Return without Exiting i5/OS PASE) returns to the ILE called that called i5/OS PASE in this job, without exiting the i5/OS PASE program.</li>
|
||
|
<li><A HREF="pase__rslobj.htm">_RSLOBJ</A> (Resolve to an i5/OS Object for i5/OS PASE) resolves to an i5/OS object.</li>
|
||
|
<li><A HREF="pase__setccsid.htm">_SETCCSID</A> (Set i5/OS PASE CCSID) retrieves and sets the i5/OS PASE Coded Character Set Identifier (CCSID) value.</li>
|
||
|
<li><A HREF="pase__setspp.htm">_SETSPP</A> (Set Space Pointer for i5/OS PASE) sets a tagged space pointer to the teraspace equivalent of an i5/OS PASE memory address.</li>
|
||
|
<li><A HREF="pase__setspp.htm">_SETSPP_TS64</A> (Set Space Pointer for i5/OS PASE) sets a space pointer from teraspace address for i5/OS PASE.</li>
|
||
|
<li><A HREF="pase__setsppm.htm">_SETSPPM</A> (Set Multiple Space Pointers for i5/OS PASE) Sets multiple space pointers for i5/OS PASE.</li>
|
||
|
<li><A HREF="pase__strlen_spp.htm">_STRLEN_SPP</A> (Determine Character String Length for i5/OS PASE) determines the length of a null-terminated character string.</li>
|
||
|
<li><A HREF="pase__strncpy_spp.htm">_STRNCPY_SPP</A> (Copy Character String for i5/OS PASE) copies a null-terminated character string.</li>
|
||
|
<li><A HREF="pase_build_ilearglist.htm">build_ILEarglist</A> (Build an ILE Argument List for i5/OS PASE) builds an ILE argument list using argument values copied from an i5/OS PASE function with the same signature.</li>
|
||
|
<li><A HREF="pase_fork400.htm">f_fork400()</A> (Create a New Process with i5/OS PASE Options) creates a new (child) process that is an almost exact copy of the calling (parent) process.</li>
|
||
|
<li><A HREF="pase_fork400.htm">fork400()</A> (Create a New Process with i5/OS PASE Options) creates a new (child) process that is an almost exact copy of the calling (parent) process.</li>
|
||
|
<li><A HREF="pase_qmhrcvm.htm">QMHRCVM and QMHRCVM1</A> (Receive Nonprogram Message for i5/OS PASE) allows an i5/OS PASE program to receive a message from a nonprogram message queue.</li>
|
||
|
<li><A HREF="pase_qmhrcvpm.htm">QMHRCVPM, QMHRCVPM1, and QMHRCVPM2</A> (Receive Program Message for i5/OS PASE) allows an i5/OS PASE program to receive a message from a program call message queue or from the job external message queue.</li>
|
||
|
<li><A HREF="pase_qmhsndm.htm">QMHSNDM and QMHSNDM1</A> (Send Nonprogram Message for i5/OS PASE) allows an i5/OS PASE program to send a message to a nonprogram message queue so it can communicate with another job or user.</li>
|
||
|
<li><A HREF="pase_qmhsndpm.htm">QMHSNDPM, QMHSNDPM1, and QMHSNDPM2</A> (Send Program Message for i5/OS PASE) allows an i5/OS PASE program to send a message to a program call message queue or to the job external message queue.</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="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="pase_qp2setenv_ile.htm">Qp2setenv_ile</A> (Set ILE Environment Variables for i5/OS PASE) allows an i5/OS PASE program to set ILE environment variables.</li>
|
||
|
<li><A HREF="pase_size_ilearglist.htm">size_ILEarglist</A> (Compute ILE Argument List Size for i5/OS PASE) computes the number of bytes of memory required to build an ILE argument list.</li>
|
||
|
<li><A HREF="pase_sqloverrideccsid400.htm">SQLOverrideCCSID400</A> (Override SQL CLI CCSID for i5/OS PASE) allows an i5/OS PASE program to specify a CCSID for character arguments and results on SQL runtime functions.</li>
|
||
|
<li><A HREF="pase_systemcl.htm">systemCL</A> (Run a CL Command for i5/OS PASE) allows an i5/OS PASE program to run a CL command.</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>
|