64 lines
3.9 KiB
HTML
64 lines
3.9 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 library" />
|
|
<meta name="abstract" content="To create a library, use the Create Library (CRTLIB) command." />
|
|
<meta name="description" content="To create a library, use the Create Library (CRTLIB) command." />
|
|
<meta name="DC.subject" content="library, security, CRTLIB (Create Library) command, Create Library (CRTLIB) command, command, CL, CRTLIB (Create Library), Create Library (CRTLIB), creating" />
|
|
<meta name="keywords" content="library, security, CRTLIB (Create Library) command, Create Library (CRTLIB) command, command, CL, CRTLIB (Create Library), Create Library (CRTLIB), creating" />
|
|
<meta name="DC.Relation" scheme="URI" content="uslib.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="gname.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/crtlib.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="crlib" />
|
|
<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 library</title>
|
|
</head>
|
|
<body id="crlib"><a name="crlib"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Create a library</h1>
|
|
<div><p>To create a library, use the <span class="cmdname">Create Library (CRTLIB)</span> command.
|
|
</p>
|
|
<div class="section"> <p>For example, the following <span class="cmdname">Create Library (CRTLIB)</span> command
|
|
creates a library to be used to contain order entry files and programs. The
|
|
library is named DISTLIB and is a production library. The default authority
|
|
given to the public prevents a user from accessing the library. Any object
|
|
created into the library is given the default public authority of *CHANGE
|
|
based on the CRTAUT value. </p>
|
|
<pre>CRTLIB LIB(DISTLIB) TYPE(*PROD) CRTAUT(*CHANGE)
|
|
CRTOBJAUD(*USRPRF) +
|
|
ASP(1) ASPDEV(*ASP) AUT(*EXCLUDE) TEXT('Distribution library')</pre>
|
|
<p>You should not create a library with a name that begins with
|
|
the letter Q. During a generic search, the system assumes that most libraries
|
|
with names that begin with the letter Q (such as QRPG or QPDA) are system
|
|
libraries.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="uslib.htm" title="A library is an object used to group related objects and to find objects by name. Thus, a library is a directory to a group of objects.">Use libraries</a></div>
|
|
</div>
|
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
|
<div><a href="gname.htm" title="A generic search can be used to search for more than one object.">Use generic object names</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../cl/crtlib.htm">Create Library (CRTLIB) command</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |