69 lines
4.4 KiB
HTML
69 lines
4.4 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="task" />
|
|
<meta name="DC.Title" content="Prevent the production of job logs" />
|
|
<meta name="abstract" content="You can prevent a job log from being produced at the completion of a batch job using *NOLIST." />
|
|
<meta name="description" content="You can prevent a job log from being produced at the completion of a batch job using *NOLIST." />
|
|
<meta name="DC.subject" content="preventing, job log, production of job log, preventing production of" />
|
|
<meta name="keywords" content="preventing, job log, production of job log, preventing production of" />
|
|
<meta name="DC.Relation" scheme="URI" content="jblog.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaks/rzaksaboutjoblogpending.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="ppjob" />
|
|
<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>Prevent the production of job logs</title>
|
|
</head>
|
|
<body id="ppjob"><a name="ppjob"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Prevent the production of job logs</h1>
|
|
<div><p>You can prevent a job log from being produced at the completion
|
|
of a batch job using *NOLIST.</p>
|
|
<div class="section"> <p>To prevent a job log from being produced at the completion of
|
|
a batch job, you can specify *NOLIST for the message text-level value of the
|
|
LOG parameter on the <span class="cmdname">Batch Job (BCHJOB)</span>, <span class="cmdname">Submit
|
|
Job (SBMJOB)</span>, Change Job (CHGJOB), <span class="cmdname">Create Job Description
|
|
(CRTJOBD)</span>, or <span class="cmdname">Change Job Description (CHGJOBD)</span> command.
|
|
If you specify *NOLIST for the message level value of the LOG parameter, the
|
|
job log is not produced at the end of a job unless the job end code is 20
|
|
or greater. If the job end is 20 or greater, the job log is produced.</p>
|
|
<p>For
|
|
an interactive job, the value specified for the LOG parameter on the SIGNOFF
|
|
command takes precedence over the LOG parameter value specified for the job.</p>
|
|
<p><img src="./delta.gif" alt="Start of change" />To prevent a job log from being produced when the
|
|
job is completed, but still remain in the system in a pending state, specify
|
|
*PND for the LOGOUTPUT parameter on the<span class="cmdname"> Submit Job (SBMJOB)</span>, <span class="cmdname">Change
|
|
Job (CHGJOB)</span>, <span class="cmdname">Create Job Description (CRTJOBD)</span>,
|
|
or <span class="cmdname">Change Job Description (CHGJOBD)</span> command. If you specify
|
|
*NOLIST for the LOG parameter, no job log will be produced, and there will
|
|
be no pending job log either. Pending job logs will only be available when
|
|
a job log would normally be written to an output file or database file when
|
|
the job ends and the job log output job attribute is *PND. You can use the <span class="cmdname">Work
|
|
with Job Logs (WRKJOBLOG)</span> command to find both pending and written
|
|
job logs.<img src="./deltaend.gif" alt="End of change" /></p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="jblog.htm" title="Each job has an associated job log.">Job log</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../rzaks/rzaksaboutjoblogpending.htm">Job log pending</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |