68 lines
4.6 KiB
HTML
68 lines
4.6 KiB
HTML
<?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="concept" />
|
|
<meta name="DC.Title" content="Prepare programs to run in i5/OS PASE" />
|
|
<meta name="abstract" content="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." />
|
|
<meta name="description" content="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." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalfintro.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalfanalysistool.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalfcompileaix.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalfcopying.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzalfservices.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="rzalfpreparing.dita" />
|
|
<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>Prepare programs to run in i5/OS PASE</title>
|
|
</head>
|
|
<body id="rzalfpreparing.dita"><a name="rzalfpreparing.dita"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Prepare programs to run in <span class="keyword">i5/OS</span> PASE</h1>
|
|
<div><p>The steps you need to take to prepare AIX<sup>®</sup> programs that run effectively on <span class="keyword">i5/OS™</span> vary with the nature of your
|
|
program and your actual needs for i5/OS system-unique interfaces and functions.</p>
|
|
<p>If you are attempting to port an application to <span class="keyword">i5/OS</span> PASE, you must first ensure
|
|
that the application will compile using an AIX compiler. In some cases, you need to
|
|
modify your program to achieve this requirement.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzalfanalysistool.htm">Analyze your program's compatibility with i5/OS PASE</a></strong><br />
|
|
The first step in an assessment of the portability of a C application
|
|
to the iSeries™ server
|
|
involves the analysis of the interfaces that are used in your application.</li>
|
|
<li class="ulchildlink"><strong><a href="rzalfcompileaix.htm">Compile your AIX source</a></strong><br />
|
|
You can install one of the AIX compiler products that support installation
|
|
in <span class="keyword">i5/OS</span> PASE to compile
|
|
your programs in the <span class="keyword">i5/OS</span> PASE
|
|
environment.</li>
|
|
<li class="ulchildlink"><strong><a href="rzalfcopying.htm">Copy the i5/OS PASE program to your iSeries server</a></strong><br />
|
|
Copy AIX binaries
|
|
that you want to run in <span class="keyword">i5/OS</span> PASE
|
|
into the integrated file system.</li>
|
|
<li class="ulchildlink"><strong><a href="rzalfservices.htm">Customize i5/OS PASE programs to use i5/OS functions</a></strong><br />
|
|
If you want your AIX 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.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzalfintro.htm" title="IBM i5/OS Portable Application Solutions Environment (i5/OS PASE) allows you to port IBM AIX applications to the IBM iSeries server with minimal effort.">i5/OS PASE</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |