71 lines
5.0 KiB
HTML
71 lines
5.0 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="Control the assignment of accounting codes" />
|
||
|
<meta name="abstract" content="An important aspect of any data processing application is ensuring that the correct control fields are specified. For job accounting codes, this can require a complex validity-checking function that not only checks for the existence of authentic codes, but also checks which users are allowed to use specific codes." />
|
||
|
<meta name="description" content="An important aspect of any data processing application is ensuring that the correct control fields are specified. For job accounting codes, this can require a complex validity-checking function that not only checks for the existence of authentic codes, but also checks which users are allowed to use specific codes." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksmanagejobaccounting.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksjasecrtyjobactng.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004-2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004-2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzakscontrolasignactngcode" />
|
||
|
<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>Control the assignment of accounting codes</title>
|
||
|
</head>
|
||
|
<body id="rzakscontrolasignactngcode"><a name="rzakscontrolasignactngcode"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Control the assignment of accounting codes</h1>
|
||
|
<div><p>An important aspect of any data processing application is ensuring
|
||
|
that the correct control fields are specified. For job accounting codes, this
|
||
|
can require a complex validity-checking function that not only checks for
|
||
|
the existence of authentic codes, but also checks which users are allowed
|
||
|
to use specific codes.</p>
|
||
|
<div class="p">Accounting codes can be assigned in the following areas:<ul><li>User profile</li>
|
||
|
<li>Job description</li>
|
||
|
<li>In a job (Change Accounting Code (<span class="cmdname">CHGACGCDE</span>)
|
||
|
command)</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="section">If it is important to control the assignment of accounting codes,
|
||
|
consider the following:</div>
|
||
|
<ol><li class="stepexpand"><span>Before an accounting code is placed in a user profile, ensure that
|
||
|
the code is valid for a particular user.</span></li>
|
||
|
<li class="stepexpand"><span>Control the changing of accounting codes on the Change Job Description
|
||
|
(<span class="cmdname">CHGJOBD</span>) command by giving only the security officer authority
|
||
|
to the <span class="cmdname">CHGACGCDE</span> command. </span><ul><li>Or, use the <span class="cmdname">CHGACGCDE</span> command to allow users to
|
||
|
change the job accounting code of their own or another job. To change another
|
||
|
job, the user must also have the special authorization of *JOBCTL.</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="stepexpand"><span>Use a CL program and command to prevent changing accounting codes
|
||
|
for a job on the job queue or for one job to change the accounting code of
|
||
|
another job. </span> For example, the <span class="cmdname">CHGACGCDE</span> command
|
||
|
would be privately authorized and included in a CL program where it only changed
|
||
|
the current job (such as when JOB(*) is specified). The command would be authorized
|
||
|
appropriately.</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanagejobaccounting.htm" title="The job accounting function is not active by default. It requires a few initial steps to set it up. The following information describes how to set up job accounting and perform some of the most common tasks associated with job accounting.">Manage job accounting</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzaksjasecrtyjobactng.htm" title="Only the security officer (or a program adopting his authority) or a user with *ALLOBJ and *SECADM authority can change the Journal accounting information (QACGLVL) system value.">Security and job accounting</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|