92 lines
6.6 KiB
HTML
92 lines
6.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="reference" />
|
||
|
<meta name="DC.Title" content="DDMCNV parameter considerations" />
|
||
|
<meta name="abstract" content="The DDMCNV parameter is a job-related parameter that controls whether Advanced Program-to-Program Communication (APPC) or iSeries conversations in the job that is allocated for DDM use (that is, DDM conversations) are to be automatically dropped or kept active for the source job." />
|
||
|
<meta name="description" content="The DDMCNV parameter is a job-related parameter that controls whether Advanced Program-to-Program Communication (APPC) or iSeries conversations in the job that is allocated for DDM use (that is, DDM conversations) are to be automatically dropped or kept active for the source job." />
|
||
|
<meta name="DC.subject" content="DDMCNV parameter, considerations" />
|
||
|
<meta name="keywords" content="DDMCNV parameter, considerations" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5clparameter.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5xs3xsrc.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5addcons.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5ddm_chgjob.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5wrkjob.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5ctlcnv.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5ctlcnv.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="rbae5ddmcnv" />
|
||
|
<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>DDMCNV parameter considerations</title>
|
||
|
</head>
|
||
|
<body id="rbae5ddmcnv"><a name="rbae5ddmcnv"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">DDMCNV parameter considerations</h1>
|
||
|
<div><p>The DDMCNV parameter is a job-related parameter that controls whether
|
||
|
Advanced Program-to-Program Communication (APPC) or <span class="keyword">iSeries™</span> conversations in the job that
|
||
|
is allocated for DDM use (that is, DDM conversations) are to be automatically
|
||
|
dropped or kept active for the source job.</p>
|
||
|
<div class="section"><p>The default is to keep the conversation active.</p>
|
||
|
</div>
|
||
|
<div class="section"><p>This parameter can drop a conversation when it has no active users.
|
||
|
The conversation is unused when: </p>
|
||
|
</div>
|
||
|
<div class="section"> <ol><li>All the DDM files and remote files used in the conversation are closed
|
||
|
and unlocked (deallocated).</li>
|
||
|
<li>No other DDM-related functions (like the <span class="cmdname">Submit Remote Command
|
||
|
(SBMRMTCMD)</span> command or the <span class="cmdname">Display File Description (DSPFD)</span> command
|
||
|
to access the target server) are being done.</li>
|
||
|
<li>No DDM-related function has been interrupted (by a break program, for
|
||
|
example) while running.</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
<div class="section"><p>The DDMCNV parameter values are:</p>
|
||
|
<dl><dt class="dlterm">*KEEP</dt>
|
||
|
<dd>Specifies that once each DDM conversation is started for the source job
|
||
|
it is kept active at the completion of a source program request, and it waits
|
||
|
for another request to be received from the same or another program running
|
||
|
in the job. This is the default value.</dd>
|
||
|
<dt class="dlterm">*DROP</dt>
|
||
|
<dd>Specifies that each DDM conversation started in the source job is to be
|
||
|
automatically dropped when both of the following items are true: no request
|
||
|
from the source server program(s) running in the job is being processed in
|
||
|
the conversation, and all the DDM files are closed and all objects that were
|
||
|
allocated are now deallocated.</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<div class="section"><p>The DDMCNV parameter is changed by the <span class="cmdname">Change Job (CHGJOB)</span> command
|
||
|
and is displayed by the <span class="cmdname">Work with Job (WRKJOB)</span> command.
|
||
|
Also, if the <span class="cmdname">Retrieve Job Attributes (RTVJOBA)</span> command
|
||
|
is used, you can get the value of this parameter and use it within a CL program.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbae5clparameter.htm" title="This topic covers parameter considerations that apply to DDM-related CL commands.">DDM-related CL parameter considerations</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rbae5xs3xsrc.htm" title="When an application program or user in a source server job first refers to a DDM file, several actions occur as part of processing the request on the source server.">iSeries server as the source server for DDM</a></div>
|
||
|
</div>
|
||
|
<div class="relref"><strong>Related reference</strong><br />
|
||
|
<div><a href="rbae5addcons.htm" title="This topic describes additional considerations for the SBMRMTCMD command.">Additional considerations: SBMRMTCMD command</a></div>
|
||
|
<div><a href="rbae5ddm_chgjob.htm" title="The Change Job (CHGJOB) command can be used to change the DDMCNV parameter, which controls whether Advanced Program-to-Program Communication (APPC) or iSeries Access Family conversations allocated for DDM use are to be kept active or automatically dropped when they are not in use by a job. The new value goes into effect immediately for the specified job.">CHGJOB (Change Job) command</a></div>
|
||
|
<div><a href="rbae5wrkjob.htm" title="The Work with Job (WRKJOB) command can be used to display two DDM-related items.">WRKJOB (Work with Job) command</a></div>
|
||
|
<div><a href="rbae5ctlcnv.htm" title="Normally, the DDM conversations associated with a source server job are kept active until one of the conditions described in this topic is met.">Control DDM conversations</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|