ibm-information-center/dist/eclipse/plugins/i5OS.ic.ddm_5.4.0.1/rbae5plc.htm

89 lines
6.5 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="concept" />
<meta name="DC.Title" content="Programming language considerations for DDM" />
<meta name="abstract" content="DDM is supported by these iSeries languages." />
<meta name="description" content="DDM is supported by these iSeries languages." />
<meta name="DC.subject" content="language considerations, programming languages, general, limitations, all languages, BASIC, considerations, ILE COBOL programming language, programming considerations, control language (CL), CL (control language), ILE C programming language, ILE RPG programming language, source file requirements, ILE COBOL programming language, ILE RPG programming language, command, Create Physical File (CRTPF), SRCMBR parameter, languages, all, SRCFILE parameter" />
<meta name="keywords" content="language considerations, programming languages, general, limitations, all languages, BASIC, considerations, ILE COBOL programming language, programming considerations, control language (CL), CL (control language), ILE C programming language, ILE RPG programming language, source file requirements, ILE COBOL programming language, ILE RPG programming language, command, Create Physical File (CRTPF), SRCMBR parameter, languages, all, SRCFILE parameter" />
<meta name="DC.Relation" scheme="URI" content="rbae5utlang.htm" />
<meta name="DC.Relation" scheme="URI" content="rbae5ddmall.htm" />
<meta name="DC.Relation" scheme="URI" content="rbae5commit.htm" />
<meta name="DC.Relation" scheme="URI" content="rbae5rpgcon.htm" />
<meta name="DC.Relation" scheme="URI" content="rbae5cobolcon.htm" />
<meta name="DC.Relation" scheme="URI" content="rbae5basiccon.htm" />
<meta name="DC.Relation" scheme="URI" content="rbae5plicon.htm" />
<meta name="DC.Relation" scheme="URI" content="rbae5clcon.htm" />
<meta name="DC.Relation" scheme="URI" content="rbae5ileccon.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rbae5plc" />
<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>Programming language considerations for DDM</title>
</head>
<body id="rbae5plc"><a name="rbae5plc"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Programming language considerations for DDM</h1>
<div><p>DDM is supported by these <span class="keyword">iSeries™</span> languages.</p>
<ul><li>ILE RPG</li>
<li>ILE COBOL</li>
<li><span class="keyword">iSeries</span> BASIC (interpretive
and compiled forms)</li>
<li><span class="keyword">iSeries</span> PL/I</li>
<li>Control Language (CL) (interactive and compiled forms)</li>
<li>ILE C</li>
</ul>
<div class="note"><span class="notetitle">Note:</span> <span class="keyword">iSeries</span> Pascal does not
support DDM.</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rbae5ddmall.htm">DDM considerations for all languages</a></strong><br />
DDM files can be used as data files or source files by high-level language (HLL) programs.</li>
<li class="ulchildlink"><strong><a href="rbae5commit.htm">Commitment control support for DDM</a></strong><br />
<span class="keyword">iSeries</span> applications
can commit or roll back transactions on remote <span class="keyword">iSeries server</span>s.</li>
<li class="ulchildlink"><strong><a href="rbae5rpgcon.htm">ILE RPG considerations for DDM</a></strong><br />
ILE RPG programs and automatic report programs can both refer to
DDM files. Generally, DDM file names can be specified in ILE RPG programming
language anywhere a database file name can be specified, for both <span class="keyword">iSeries</span> and non-<span class="keyword">iSeries</span> target
servers. </li>
<li class="ulchildlink"><strong><a href="rbae5cobolcon.htm">ILE COBOL considerations for DDM</a></strong><br />
ILE COBOL programs can refer to DDM files. Generally, DDM file
names can be specified in ILE COBOL programming language anywhere a database
file name can be specified, for both <span class="keyword">iSeries</span> and
non-<span class="keyword">iSeries</span> target servers.</li>
<li class="ulchildlink"><strong><a href="rbae5basiccon.htm">BASIC considerations for DDM</a></strong><br />
Compiled BASIC programs and interpretive BASIC statements can refer
to DDM files. In addition, DDM file names can be specified on the <span class="cmdname">Create
BASIC Program (CRTBASPGM)</span>, <span class="cmdname">Start BASIC (STRBAS)</span>,
and <span class="cmdname">Execute BASIC Procedure (EXCBASPRC)</span> commands.</li>
<li class="ulchildlink"><strong><a href="rbae5plicon.htm">PL/I considerations for DDM</a></strong><br />
Compiled programs can refer to DDM files. In addition, DDM file
names can be specified on the <span class="cmdname">Create PL/I Program (CRTPLIPGM)</span> command. </li>
<li class="ulchildlink"><strong><a href="rbae5clcon.htm">CL command considerations for DDM</a></strong><br />
Both compiled control language (CL) programs and interactively entered CL commands can refer to DDM files.</li>
<li class="ulchildlink"><strong><a href="rbae5ileccon.htm">ILE C considerations for DDM</a></strong><br />
ILE C programs can refer to DDM files.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbae5utlang.htm" title="This topic describes the language, utility, and application program support that is provided on the iSeries server for DDM.">Use language, utility, and application support for DDM</a></div>
</div>
</div>
</body>
</html>