62 lines
2.1 KiB
HTML
62 lines
2.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>HFS Use--Requirements</title>
|
|
<!-- 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. -->
|
|
<!-- Change History: -->
|
|
<!-- YYMMDD USERID Change description -->
|
|
<!--File Edited November 2001 -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body><!--End Header Records -->
|
|
<!--Java sync-link-->
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
|
</script>
|
|
|
|
<h2>HFS Use--Requirements</h2>
|
|
|
|
<p>Before you can use an HFS API to work with a particular file system, these
|
|
conditions must be met:</p>
|
|
|
|
<ul>
|
|
<li>You must have *USE authority to the API. This gives you the authority to
|
|
call the API from your programs.<br>
|
|
<br>
|
|
</li>
|
|
|
|
<li>You must have authority to use the file system. Authority to the file
|
|
system is controlled by the file system's job startup program, described in <a
|
|
href="xstjbssn.htm">Start Job Session Exit Program</a>. If you have authority
|
|
to use the file system's Start Job exit program, you have authority to the file
|
|
system as a whole.
|
|
|
|
<p>Authority to use files and directories within a file system is controlled by
|
|
the file system itself.<br>
|
|
<br>
|
|
</p>
|
|
</li>
|
|
|
|
<li>The HFS API you want to use must be available for use with the file system.
|
|
Some file systems might not support all the HFS APIs described in these
|
|
articles.</li>
|
|
</ul>
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center"><a href=
|
|
"hfs1.htm">Hierarchical File System APIs</a> | <a href="aplist.htm">APIs by
|
|
category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|