ibm-information-center/dist/eclipse/plugins/i5OS.ic.apiref_5.4.0.1/ExTaskPackprog.htm

65 lines
4.6 KiB
HTML
Raw 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="reference" />
<meta name="DC.Title" content="Examples: Packaging your own software products" />
<meta name="abstract" content="You can define, create, distribute, and maintain your own product using APIs. These examples demonstrate how you can use the APIs to package a product similar to the way IBM packages products." />
<meta name="description" content="You can define, create, distribute, and maintain your own product using APIs. These examples demonstrate how you can use the APIs to package a product similar to the way IBM packages products." />
<meta name="DC.Relation" scheme="URI" content="ExTaskAPIs.htm" />
<meta name="DC.Relation" scheme="URI" content="expackcreate.htm" />
<meta name="DC.Relation" scheme="URI" content="expackcl.htm" />
<meta name="DC.Relation" scheme="URI" content="expackrpg.htm" />
<meta name="DC.Relation" scheme="URI" content="expackilec.htm" />
<meta name="DC.Relation" scheme="URI" content="expackilecobol.htm" />
<meta name="DC.Relation" scheme="URI" content="expackilerpg.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="ExTaskPackprog" />
<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>Examples: Packaging your own software products</title>
</head>
<body id="ExTaskPackprog"><a name="ExTaskPackprog"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Examples: Packaging your own software products</h1>
<div><p>You can define, create, distribute, and maintain your own product
using APIs. These examples demonstrate how you can use the APIs
to package a product similar to the way IBM<sup>®</sup> packages products.</p>
<div class="section"><div class="note"><span class="notetitle">Note:</span> Read the <a href="codedisclaimer.htm">Code license and disclaimer information</a> for important
legal information.</div>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="expackcreate.htm">Creating the example product</a></strong><br />
The first example product being packaged is called ABC Product. The product is made up of one library, ABC, with no options off of this product.</li>
<li class="ulchildlink"><strong><a href="expackcl.htm">Example: CL program for creating objects and library for packaging a product</a></strong><br />
The following CL program creates objects 1 through 11 and 15.</li>
<li class="ulchildlink"><strong><a href="expackrpg.htm">Example in OPM RPG: Program for packaging a product</a></strong><br />
The following program creates objects 12 through 14.</li>
<li class="ulchildlink"><strong><a href="expackilec.htm">Example in ILE C: Program for packaging a product</a></strong><br />
This example shows you the steps necessary to package your product like IBM's.</li>
<li class="ulchildlink"><strong><a href="expackilecobol.htm">Example in ILE COBOL: Program for packaging a product</a></strong><br />
This example shows you the steps necessary to package your product like IBM products. This program also works for OPM COBOL.</li>
<li class="ulchildlink"><strong><a href="expackilerpg.htm">Example in ILE RPG: Program for packaging a product</a></strong><br />
This example shows you the steps necessary to package your product like IBM products.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="ExTaskAPIs.htm" title="This topic provides some examples of using APIs to perform different types of tasks.">Performing tasks using APIs</a></div>
</div>
</div>
</body>
</html>