63 lines
4.4 KiB
HTML
63 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="concept" />
|
||
|
<meta name="DC.Title" content="Job log sender or receiver information" />
|
||
|
<meta name="abstract" content="The job log contains information about the sending or receiving program or procedure." />
|
||
|
<meta name="description" content="The job log contains information about the sending or receiving program or procedure." />
|
||
|
<meta name="DC.subject" content="OPM (original program model), sending or receiving, original program model (OPM), ILE (Integrated Language Environment) model, procedure, sending, receiving, Integrated Language Environment (ILE) model, Integrated Language Environment (ILE) procedure" />
|
||
|
<meta name="keywords" content="OPM (original program model), sending or receiving, original program model (OPM), ILE (Integrated Language Environment) model, procedure, sending, receiving, Integrated Language Environment (ILE) model, Integrated Language Environment (ILE) procedure" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="jblog.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="jlcontrolinfoex.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="sndrcv" />
|
||
|
<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>Job log sender or receiver information</title>
|
||
|
</head>
|
||
|
<body id="sndrcv"><a name="sndrcv"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Job log sender or receiver information</h1>
|
||
|
<div><p>The job log contains information about the sending or receiving
|
||
|
program or procedure.</p>
|
||
|
<p>When the sender or receiver is an ILE procedure, the message entry contains
|
||
|
the full name of the procedure (procedure name, module name, and ILE program
|
||
|
name). When the sender or receiver is an original program model (OPM) program,
|
||
|
only the OPM program name is shown.</p>
|
||
|
<p>If the sender or receiver is an OPM program, the corresponding instruction
|
||
|
number represents an instruction number. There is only one such number. If
|
||
|
the sender or receiver is an ILE procedure, the instruction number represents
|
||
|
a high level language statement number rather than an MI instruction number.
|
||
|
If the ILE procedure has been optimized (maximum efficiency), there may be
|
||
|
up to three numbers. It is not always possible to determine a single statement
|
||
|
number for an optimized procedure. If there is more than one number given,
|
||
|
each number represents a potential point where the procedure was when the
|
||
|
message was sent. It is also possible that no number can be determined. If
|
||
|
this the case, *N appears in the message rather than a number.</p>
|
||
|
<p>The logging levels affect a batch job log in the same way as shown in the
|
||
|
preceding example. If the job uses APPC, the heading contains a line showing
|
||
|
the unit of work identifier for APPC.</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 class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="jlcontrolinfoex.htm" title="This example shows how the logging level affects the information that is stored in the job message queue and, therefore, written to the job log, if one is requested.">Example: Control information written in a job log</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|