151 lines
4.9 KiB
HTML
151 lines
4.9 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Start Mail Server Framework (STRMSF)</title>
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body bgcolor="white">
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<a name="STRMSF.Top_Of_Page"></a>
|
|
<h2>Start Mail Server Framework (STRMSF)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#STRMSF.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#STRMSF.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#STRMSF.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="STRMSF"></a>
|
|
<p>The Start Mail Server Framework (STRMSF) command starts the mail server framework jobs in the system work subsystem (QSYSWRK).
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRMSF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="STRMSF.PARAMETERS.TABLE">Parameters</a></h3>
|
|
<table border="1" cellpadding="4" cellspacing="0">
|
|
<!-- col1="10" col2="15" col3="30" col4="10" -->
|
|
<tr>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#STRMSF.MSGOPT"><b>MSGOPT</b></a></td>
|
|
<td valign="top">How to process mail messages</td>
|
|
<td valign="top"><b><u>*RESUME</u></b>, *RESET, *CLEAR</td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#STRMSF.NBRMSFJOB"><b>NBRMSFJOB</b></a></td>
|
|
<td valign="top">Number of MSF jobs</td>
|
|
<td valign="top">1-99, <b><u>3</u></b></td>
|
|
<td valign="top">Optional, Positional 2</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRMSF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="STRMSF.MSGOPT"></a>
|
|
<h3>How to process mail messages (MSGOPT)</h3>
|
|
<p>Specifies how the mail server framework processes existing mail server framework messages.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*RESUME</u></b></dt>
|
|
<dd>All existing mail server framework messages continue processing from the point the mail server framework previously ended.
|
|
</dd>
|
|
<dt><b>*RESET</b></dt>
|
|
<dd>All existing mail server framework messages are processed as if they were just created.
|
|
</dd>
|
|
<dt><b>*CLEAR</b></dt>
|
|
<dd>All existing mail server framework messages are deleted. This option should only be used when a software error is reported with the mail server framework or its associated exit point programs.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRMSF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="STRMSF.NBRMSFJOB"></a>
|
|
<h3>Number of MSF jobs (NBRMSFJOB)</h3>
|
|
<p>Specifies the number of mail server framework jobs to start. This option allows concurrent processing of several mail server framework messages.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>3</u></b></dt>
|
|
<dd>Three jobs are started.
|
|
</dd>
|
|
<dt><b><i>number-of-jobs</i></b></dt>
|
|
<dd>Specify the number of jobs you want handling mail server framework messages. The valid values range from 1 through 99.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRMSF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="STRMSF.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p><b>Example 1: Starting One Mail Server Framework Job</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
STRMSF NBRMSFJOB(1)
|
|
</pre>
|
|
</p>
|
|
<p>This command starts one mail server framwork job in a normal manner, processing any mail server framework messages at the point at which processing was interrupted.
|
|
</p>
|
|
<p><b>Example 2: Restarting Mail Server Framework Jobs</b>
|
|
</p>
|
|
<p>
|
|
<pre>
|
|
STRMSF NBRMSFJOB(3) MSGOPT(*RESET)
|
|
</pre>
|
|
</p>
|
|
<p>This command starts three mail server framework jobs and any mail server framework messages which were partially handled by previous mail server famework jobs are processed again from the beginning.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRMSF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="STRMSF.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPFAFAA</b></dt>
|
|
<dd>STRMSF did not complete successfully.
|
|
</dd>
|
|
<dt><b>CPFAFAD</b></dt>
|
|
<dd>Mail Server Framework currently active.
|
|
</dd>
|
|
<dt><b>CPFAFA0</b></dt>
|
|
<dd>Errors detected on MSF internal message index.
|
|
</dd>
|
|
<dt><b>CPFAFA1</b></dt>
|
|
<dd>Errors detected on MSF internal message queue.
|
|
</dd>
|
|
<dt><b>CPFAFFF</b></dt>
|
|
<dd>Internal system error in program &1.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#STRMSF.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|