60 lines
3.6 KiB
HTML
60 lines
3.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="concept" />
|
|
<meta name="DC.Title" content="Batch job log considerations" />
|
|
<meta name="abstract" content="The following information gives suggestions to apply to using batch job logs." />
|
|
<meta name="description" content="The following information gives suggestions to apply to using batch job logs." />
|
|
<meta name="DC.subject" content="batch job log, consideration, log, consideration for batch job, QBATCH subsystem" />
|
|
<meta name="keywords" content="batch job log, consideration, log, consideration for batch job, QBATCH subsystem" />
|
|
<meta name="DC.Relation" scheme="URI" content="jblog.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="cbjls" />
|
|
<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>Batch job log considerations</title>
|
|
</head>
|
|
<body id="cbjls"><a name="cbjls"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Batch job log considerations</h1>
|
|
<div><p>The following information gives suggestions to apply to using batch
|
|
job logs.</p>
|
|
<p>For your batch applications, you may want to change the amount of information
|
|
logged. The log level (LOG(4 0 *NOLIST)) specified in the job description
|
|
for the IBM-supplied subsystem QBATCH supplies a complete log if the job abnormally
|
|
ends. If the job completes normally, no job log is produced.</p>
|
|
<p>If you want to print the job log in all cases, use the <span class="cmdname">Change
|
|
Job Description (CHGJOBD)</span> command to change the job description,
|
|
or specify a different LOG value on the <span class="cmdname">Batch Job (BCHJOB)</span> or <span class="cmdname">Submit
|
|
Job (SBMJOB)</span> command. See <a href="jblog.htm#jblog">Job log</a> for
|
|
a description of logging levels.</p>
|
|
<p>If a batch job is running a CL program or procedure, the CL commands are <em>always</em> logged
|
|
if you specify LOG(*YES) when you create modules or programs using the following
|
|
commands: </p>
|
|
<ul><li><span class="cmdname">Create Control Language Program (CRTCLPGM)</span></li>
|
|
<li><span class="cmdname">Create Control Language Module (CRTCLMOD)</span></li>
|
|
<li><span class="cmdname">Create Bound Control Language Program (CRTBNDCL)</span></li>
|
|
</ul>
|
|
<p>CL commands are also logged if you specify LOGCLPGM(*YES) when you use
|
|
the CHGJOB command and the SBMJOB command.</p>
|
|
</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>
|
|
</body>
|
|
</html> |