83 lines
6.0 KiB
HTML
83 lines
6.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="concept" />
|
|
<meta name="DC.Title" content="Simple and qualified object names" />
|
|
<meta name="abstract" content="The name of a specific object that is located in a library can be specified as a simple name or as a qualified name." />
|
|
<meta name="description" content="The name of a specific object that is located in a library can be specified as a simple name or as a qualified name." />
|
|
<meta name="DC.Relation" scheme="URI" content="rbam6objects.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbam6hownamed.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbam6delimeters.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="intcd.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbam6comdefstate.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbam6jobexpand.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="rbam6simpqual" />
|
|
<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>Simple and qualified object names </title>
|
|
</head>
|
|
<body id="rbam6simpqual"><a name="rbam6simpqual"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Simple and qualified object names </h1>
|
|
<div><p>The name of a specific object that is located in a library can
|
|
be specified as a simple name or as a qualified name.</p>
|
|
<p>A <em>simple object name</em> is the name of the object only. A <em>qualified
|
|
object name</em> is the name of the library where the object is stored followed
|
|
by the name of the object. In a qualified object name, the library name is
|
|
connected to the object name by a slash (/).</p>
|
|
<p>Either the simple name or the qualified name of an object can be specified
|
|
if the object exists in one of the libraries named in the job's library list;
|
|
the library qualifier is optional in this case. A qualified name <em>must</em> be
|
|
specified if the named object is not in a library named in the library list.</p>
|
|
<div class="note"><span class="notetitle">Note:</span> Although a job name also has a qualified form, it is not a qualified
|
|
object name because a job is not an i5/OS™ object. A job name is qualified
|
|
by a user name and a job number, not by a library name.</div>
|
|
<p>The following table shows how simple and qualified object names are formed.</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><caption>Table 1. Simple and qualified object names</caption><thead align="left"><tr><th valign="top" width="23.31081081081081%" id="d0e50">Name Type</th>
|
|
<th valign="top" width="27.7027027027027%" id="d0e52">Name Syntax</th>
|
|
<th valign="top" width="48.986486486486484%" id="d0e54">Example</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="23.31081081081081%" headers="d0e50 ">Simple object name</td>
|
|
<td valign="top" width="27.7027027027027%" headers="d0e52 ">object-name</td>
|
|
<td valign="top" width="48.986486486486484%" headers="d0e54 ">OBJA</td>
|
|
</tr>
|
|
<tr><td valign="top" width="23.31081081081081%" headers="d0e50 ">Qualified object name</td>
|
|
<td valign="top" width="27.7027027027027%" headers="d0e52 "> library-name/object-name</td>
|
|
<td valign="top" width="48.986486486486484%" headers="d0e54 ">LIB1/OBJB</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbam6objects.htm" title="An i5/OS object is a named unit that exists (occupies space) in storage, and on which operations are performed by the operating system. i5/OS objects provide the means through which all data processing information is stored and processed by i5/OS.">Objects</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbam6delimeters.htm" title="Command delimiters are special characters or spaces that identify the beginning or end of a group of characters in a command.">Command delimiters</a></div>
|
|
<div><a href="intcd.htm" title="Command definition allows system users to create additional commands to meet specific application needs. These commands are similar to the system commands.">Command definition parts</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rbam6hownamed.htm" title="The command name identifies the function that will be performed by the program that is called when the command is run. Most command names consist of a combination of a verb (or, action) followed by a noun or phrase that identifies the receiver of the action (or object being acted on): (command = verb + object acted on).">Command names</a></div>
|
|
<div><a href="rbam6comdefstate.htm" title="Command definition allows system users to create additional commands to meet specific application needs.">Command definition statements</a></div>
|
|
<div><a href="rbam6jobexpand.htm" title="The JOB parameter specifies the name of the job to which the command is applied.">JOB parameter</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |