74 lines
4.5 KiB
HTML
74 lines
4.5 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="Other job considerations" />
|
|
<meta name="abstract" content="Considerations regarding the job log maximum size and the resulting job actions might help you solve the problem." />
|
|
<meta name="description" content="Considerations regarding the job log maximum size and the resulting job actions might help you solve the problem." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakujobsjoblogs.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1997, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1997, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="jobconsiderations" />
|
|
<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>Other job considerations</title>
|
|
</head>
|
|
<body id="jobconsiderations"><a name="jobconsiderations"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Other job considerations</h1>
|
|
<div><p><span>Considerations regarding the
|
|
job log maximum size and the resulting job actions might help you solve the
|
|
problem.</span></p>
|
|
<div class="section"><h4 class="sectiontitle">Job log maximum size</h4><p>If you are having problems
|
|
with storage consumption, you might need to change the job log maximum size
|
|
on the server job. You should specify a relatively small size for the job
|
|
log to avoid consuming excessive storage and, in some cases, excessive processing
|
|
time. These types of resource consumption occur when the system produces job
|
|
logs. For example, if a repetitive error occurs on a long running server job,
|
|
your job log fills up with repetitive messages and increases your storage
|
|
consumption level.</p>
|
|
<p>The value specified for the <em>Job message queue
|
|
maximum size</em> (JOBMSGQMX) parameter for the job indicates the size of the
|
|
job log. This value, along with the rest of the job's properties, is given
|
|
to the job when the job is started. Some server jobs specify this value in
|
|
the job description used by the job. Other server jobs specify this value
|
|
by defaulting to the setting of the QJOBMSGQMX system value. </p>
|
|
<p>The recommended
|
|
value for the <em>JOBMSGQMX</em> parameter is 8 MB. You cannot change the value
|
|
for this parameter by using the Change Job (CHGJOB) command. However, you
|
|
can change the value by accessing the parameter through the job description
|
|
using the Change Job Description (CHGJOBD) command.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Job log full action</h4><p>When the job log reaches its
|
|
maximum capacity as determined by the <em>JOBMSGQMX</em> parameter, several
|
|
different actions can occur depending on the value specified in the <em>Job
|
|
message queue full action</em> (JOBMSGQFL) parameter for the job. In most cases,
|
|
the job description indicates *WRAP as the default value. Many server jobs
|
|
specify this value in the job description used by the jobs.</p>
|
|
<p>You should
|
|
verify that *WRAP is specified for the JOBMSGQFL parameter by accessing the
|
|
job description. This value ensures that the job log messages overlay one
|
|
another when the job log reaches its maximum capacity. Be aware that other
|
|
values, such as *NOWRAP, can cause the server job to end when the job log
|
|
reaches its maximum capacity.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakujobsjoblogs.htm" title="You can view jobs, job logs, and messages to identify problems and make adjustments to solve them.">Check jobs, job logs, and message logs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |