ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzalf_5.4.0.1/rzalfservices.htm

84 lines
5.7 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="task" />
<meta name="DC.Title" content="Customize i5/OS PASE programs to use i5/OS functions" />
<meta name="abstract" content="If you want your AIX application to take advantage of i5/OS functions that are not directly supported by system-supplied i5/OS PASE shared libraries, you need to perform some additional steps to prepare your application." />
<meta name="description" content="If you want your AIX application to take advantage of i5/OS functions that are not directly supported by system-supplied i5/OS PASE shared libraries, you need to perform some additional steps to prepare your application." />
<meta name="DC.Relation" scheme="URI" content="rzalfpreparing.htm" />
<meta name="DC.Relation" scheme="URI" content="rzalfheaders.htm" />
<meta name="DC.Relation" scheme="URI" content="rzalfexports.htm" />
<meta name="DC.Relation" scheme="URI" content="rzalfapis.htm" />
<meta name="DC.Relation" scheme="URI" content="rzalfamongpgms.htm" />
<meta name="DC.Relation" scheme="URI" content="rzalfinteract.htm" />
<meta name="DC.Relation" scheme="URI" content="../apis/pase1c.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzalfservices" />
<meta name="DC.Language" content="en-us" />
<!-- 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. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Customize i5/OS PASE
programs to use i5/OS functions</title>
</head>
<body id="rzalfservices"><a name="rzalfservices"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Customize <span class="keyword">i5/OS</span> PASE
programs to use <span class="keyword">i5/OS</span> functions</h1>
<div><p>If you want your AIX<sup>®</sup> application to take advantage of <span class="keyword">i5/OS™</span> functions
that are not directly supported by system-supplied <span class="keyword">i5/OS</span> PASE
shared libraries, you need to perform some additional steps to prepare your
application.</p>
<div class="section">Complete the following steps to do the preparation:</div>
<ol><li><span>Code your AIX application to call any required <span class="keyword">i5/OS</span> PASE
runtime functions that coordinate your access to the i5/OS system-unique functions.</span></li>
<li><span>If you are compiling your <span class="keyword">i5/OS</span> PASE
programs on an AIX system,
perform the following steps before you compile your customized application:</span><ol type="a"><li><span>Copy required i5/OS system-unique header files to your AIX system.</span></li>
<li><span>Copy required i5/OS system-unique export files to your AIX system.</span></li>
</ol>
</li>
</ol>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzalfheaders.htm">Copy header files</a></strong><br />
You can follow the instructions in this topic to copy header files
from your iSeries™ server
to an AIX machine.</li>
<li class="ulchildlink"><strong><a href="rzalfexports.htm">Copy export files</a></strong><br />
You can follow the instructions in this topic to copy the export
files from your iSeries™ server
to an AIX directory.</li>
<li class="ulchildlink"><strong><a href="rzalfapis.htm">i5/OS PASE APIs for accessing i5/OS functions</a></strong><br />
<span class="keyword">i5/OS</span> PASE provides
a number of APIs for accessing ILE code and other <span class="keyword">i5/OS</span> functions.
Which ones you use depends on how much preparation and structure building
you want to do yourself as opposed to how much you want the compiler to do
for you.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzalfpreparing.htm" title="The steps you need to take to prepare AIX programs that run effectively on i5/OS vary with the nature of your program and your actual needs for i5/OS system-unique interfaces and functions.">Prepare programs to run in i5/OS PASE</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rzalfamongpgms.htm" title="i5/OS PASE provides methods for calling ILE procedures, Java programs, OPM programs, i5/OS APIs, and CL commands that give you integrated access to i5/OS functions.">Call i5/OS programs and procedures from your i5/OS PASE programs</a></div>
<div><a href="rzalfinteract.htm" title="As you customize your i5/OS PASE programs to use i5/OS functions, you need to consider the ways in which your program will interact with them.">How i5/OS PASE programs interact with i5/OS</a></div>
</div>
<div class="relinfo"><strong>Related information</strong><br />
<div><a href="../apis/pase1c.htm">Runtime functions for use by i5/OS PASE programs</a></div>
</div>
</div>
</body>
</html>