59 lines
4.8 KiB
HTML
59 lines
4.8 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="Create a class object" />
|
||
|
<meta name="abstract" content="You can create a class object by using the character-based interface. The class defines the processing attributes for jobs that use the class. The class used by a job is specified in the subsystem description routing entry used to start the job. If a job consists of multiple routing steps, the class used by each subsequent routing step is specified in the routing entry used to start the routing step." />
|
||
|
<meta name="description" content="You can create a class object by using the character-based interface. The class defines the processing attributes for jobs that use the class. The class used by a job is specified in the subsystem description routing entry used to start the job. If a job consists of multiple routing steps, the class used by each subsequent routing step is specified in the routing entry used to start the routing step." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksmanagejobclass.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaksaboutjobclassobj.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="rzakscreateclassobj" />
|
||
|
<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>Create a class object</title>
|
||
|
</head>
|
||
|
<body id="rzakscreateclassobj"><a name="rzakscreateclassobj"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Create a class object</h1>
|
||
|
<div><p>You can create a class object by using the character-based interface.
|
||
|
The class defines the processing attributes for jobs that use the class. The
|
||
|
class used by a job is specified in the subsystem description routing entry
|
||
|
used to start the job. If a job consists of multiple routing steps, the class
|
||
|
used by each subsequent routing step is specified in the routing entry used
|
||
|
to start the routing step. </p>
|
||
|
<div class="section"><strong>Command</strong>: Create Class (<span class="cmdname">CRTCLS</span>)</div>
|
||
|
<div class="example"><strong>Example</strong>: This example creates a class called CLASS1. The class
|
||
|
is stored in the current library specified for the job. The user text 'This
|
||
|
class for all batch jobs from Dept 4836' describes the class. The attributes
|
||
|
of this class provide a run priority of 60 and a time slice of 900 milliseconds.
|
||
|
If the job has not finished running at the end of a time slice, it is eligible
|
||
|
to be moved out of main storage until it is allocated another time slice.
|
||
|
The defaults for the other parameters are assumed. <blockquote><pre>CRTCLS CLS(CLASS1) RUNPTY(60) TIMESLICE(900)
|
||
|
TEXT('This class for all batch jobs from Dept 4836')</pre>
|
||
|
</blockquote>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaksmanagejobclass.htm" title="A class object contains the run attributes that control the run-time environment of a job. IBM-supplied class objects, or classes, meet the needs of both typical interactive and batch applications. The class used by a job is specified in the subsystem description routing entry used to start the job. If a job consists of multiple routing steps, the class used by each subsequent routing step is specified in the routing entry used to start the routing step.">Manage job class objects</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzaksaboutjobclassobj.htm" title="A class object contains the run attributes that control the run-time environment of a job. IBM-supplied class objects, or classes, meet the needs of both typical interactive and batch applications. The following classes (by name) are supplied with the system:">Class object</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|