ibm-information-center/dist/eclipse/plugins/i5OS.ic.rbam6_5.4.0.1/gname.htm

93 lines
5.8 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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="Use generic object names" />
<meta name="abstract" content="A generic search can be used to search for more than one object." />
<meta name="description" content="A generic search can be used to search for more than one object." />
<meta name="DC.subject" content="object, generic name, description, searching, for object" />
<meta name="keywords" content="object, generic name, description, searching, for object" />
<meta name="DC.Relation" scheme="URI" content="objsearchliblists.htm" />
<meta name="DC.Relation" scheme="URI" content="../apiref/genericlibname.htm" />
<meta name="DC.Relation" scheme="URI" content="crlib.htm" />
<meta name="DC.Relation" scheme="URI" content="delob.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="gname" />
<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>Use generic object names</title>
</head>
<body id="gname"><a name="gname"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Use generic object names</h1>
<div><p>A generic search can be used to search for more than one object.</p>
<div class="section"> <p>Sometimes you may want to search for more than one object (even
though only one might be found) when the object names start with the same
characters. This type of search is called a <em>generic search</em> and can
be used on several commands.</p>
<p>To use a generic search, specify a generic
name in place of the object name on the command. A generic name consists of
a set of characters common to all the object names that identifies a group
of objects and ends with an * (asterisk). All objects whose names begin with
the specified characters and to which you are authorized have the requested
function performed on them. For example, if you entered the <span class="cmdname">Display
Object Description (DSPOBJD)</span> command using the generic name ORD*,
object descriptions for the objects beginning with ORD are shown.</p>
<p>A
generic search can be limited by the following library qualifiers on the generic
name (the library name parameter value is given in parentheses, if applicable):
</p>
<ul><li>A specified library. The operation you requested is performed on the generically
named objects in the specified library only.</li>
<li>The library list for the job (*LIBL). The libraries are searched in the
order they are listed in the library list. The operation you requested is
performed on the generically named objects in the libraries specified in the
library list for the job.</li>
<li>The current library for the job (*CURLIB). The current library for the
job is searched. If no current library exists, QGPL is used.</li>
<li>All libraries in the user part of the library list for the job (*USRLIBL).
The libraries are searched in the order they are listed in the library list,
including the current library (*CURLIB). The operation you requested is performed
on the generically named objects in the libraries specified in the user portion
of the library list for the job.</li>
<li>All user libraries for which you are authorized (*ALLUSR) and libraries
beginning with the letter Q.</li>
<li>The libraries are searched in alphanumeric order. The following S/36 environment
libraries that begin with # are not searched with *ALLUSR specified: #CGULIB,
#COBLIB, #DFULIB, #DSULIB, #RPGLIB, #SDALIB, and #SEULIB. The operation you
requested is performed on the generically named objects in all the user libraries
for which you are authorized.</li>
<li>All libraries on the system for which you are authorized (*ALL). The libraries
are searched in alphanumeric order. The operation you requested is performed
on the generically named objects in all the libraries on the system for which
you are authorized.</li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="objsearchliblists.htm" title="You can search for multiple objects in a couple of different ways using library lists.">Search for objects using library lists</a></div>
</div>
<div class="reltasks"><strong>Related tasks</strong><br />
<div><a href="crlib.htm" title="To create a library, use the Create Library (CRTLIB) command.">Create a library</a></div>
<div><a href="delob.htm" title="To delete an object, you can use a delete (DLTxxx) command for that type of object or you can use the delete option on the Work with Objects display (shown from the Work with Libraries (WRKLIB) display).">Delete objects</a></div>
</div>
<div class="relinfo"><strong>Related information</strong><br />
<div><a href="../apiref/genericlibname.htm">Generic library names</a></div>
</div>
</div>
</body>
</html>