64 lines
3.7 KiB
HTML
64 lines
3.7 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="Direct a job log" />
|
|
<meta name="abstract" content="You can direct the job log for a job to one or two database files" />
|
|
<meta name="description" content="You can direct the job log for a job to one or two database files" />
|
|
<meta name="DC.subject" content="job log, directing" />
|
|
<meta name="keywords" content="job log, directing" />
|
|
<meta name="DC.Relation" scheme="URI" content="joblg.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="djl" />
|
|
<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>Direct a job log</title>
|
|
</head>
|
|
<body id="djl"><a name="djl"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Direct a job log</h1>
|
|
<div><p>You can direct the job log for a job to one or two database files </p>
|
|
<div class="section"> <p>You can direct the job log with the <span class="apiname">Control Job Log
|
|
(QMHCTLJL)</span> API or the <span class="cmdname">Display Job Log (DSPJOBLOG)</span> command.
|
|
The first database file is the primary job log file. This file contains the
|
|
essential information for a message, such as, message ID, message type, and
|
|
message severity. One record is produced in the primary job log file for each
|
|
message selected for processing. The second file is the secondary job log
|
|
file. The production of this file is only possible by using QMHCTLJL API;
|
|
however, it is also optional.</p>
|
|
<p>The secondary job log file contains the
|
|
first and second level text for a message. The text is in print format. Any
|
|
message data is merged with the message description and the result is formatted
|
|
into one or more print lines. For each message selected for processing there
|
|
can be more than one record in the secondary job log file; one record for
|
|
each first and second level print line.</p>
|
|
<p>Records in the primary file
|
|
can be related to records in the secondary file through use of the Message
|
|
Reference Key. Each record placed in the primary file contains a field that
|
|
is the Message Reference Key (MRK) of the related message. Similarly, each
|
|
secondary file record contains the MRK of the related message. The MRK for
|
|
a message is unique within the context of a job. Once the MRK of a primary
|
|
file record is known, the related secondary records can be readily identified
|
|
since only these secondary records will contain the same MRK value.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="joblg.htm">Use job log output files</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |