ZHPF command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc cleanup)
Line 7: Line 7:


==Syntax==
==Syntax==
<p class="syntax">ZHPF [<var class="term">filename</var> | *]</p>
<p class="syntax">ZHPF [<span class="term">filename</span> | *]</p>


<p>where:</p>
<p>
<var class="term">filename</var> specifies a single local file  
Where:</p>
 
<ul>
<nowiki>*</nowiki> indicates all local files opened by all users
<li><var class="term">filename</var> specifies a single local file </li>


<li>* indicates all local files opened by all users </li>
</ul>
<p class="note"><b>Note:</b> <var class="term">filename</var> and * are available as of version 7.7.</p>
<p class="note"><b>Note:</b> <var class="term">filename</var> and * are available as of version 7.7.</p>


Line 21: Line 23:


<p class="code">M204.2953: File <var class="term">filename</var> <var class="term">dataset_name</var> zHPF capabilities <var class="term">hex_values</var> Supported: - <var class="term">indicator</var></p>
<p class="code">M204.2953: File <var class="term">filename</var> <var class="term">dataset_name</var> zHPF capabilities <var class="term">hex_values</var> Supported: - <var class="term">indicator</var></p>
<p>where:</p>
<p>
<var class="term">hex_values</var> represent the existing zHPF capabilities <br />
Where:</p>
<var class="term">indicator</var> has one of the following values:
<ul>
<table>
<li><var class="term">hex_values</var> represent the existing zHPF capabilities </li>
 
<li><var class="term">indicator</var> has one of the following values:
<table class="thJustBold">
<tr class="head">
<tr class="head">
<th>Value</th> <th>Meaning</th>
<th>Value</th> <th>Meaning</th>
</tr>
</tr>
<tr><td>YES</td> <td>zHPF is supported for <var class="term">dataset_name</var> in <var class="term">filename</var></td></tr>
<tr><th>YES</th>  
<tr><td>NO</td> <td>hardware or z/OS support for zHPF functionality is insufficient (for example when z/OS runs under VM)</td></tr>
<td>zHPF is supported for <var class="term">dataset_name</var> in <var class="term">filename</var>.</td></tr>
<tr><td>N/A</td> <td>zHPF support is not available at all at the z/OS or hardware level</td></tr>
 
</table>
<tr><th>NO</th>  
<td>Hardware or z/OS support for zHPF functionality is insufficient (for example when z/OS runs under VM).</td></tr>
 
<tr><th>N/A</th>  
<td>zHPF support is not available at all at the z/OS or hardware level.</td></tr>
</table></li>
</ul>


==Usage notes==
==Usage notes==
<p>ZHPF is available as of Model 204 Version 7.6.</p>
<p>
<var>ZHPF</var> is available as of Model 204 Version 7.6.</p>


[[Category: System manager commands]]
[[Category: System manager commands]]
[[Category:Commands]]
[[Category:Commands]]

Revision as of 20:51, 15 April 2016

Summary

Privileges
System manager
Function
Checks zHPF availability for file data sets

Syntax

ZHPF [filename | *]

Where:

  • filename specifies a single local file
  • * indicates all local files opened by all users

Note: filename and * are available as of version 7.7.

If neither filename nor * is specified, ZHPF prints zHPF-related information for all data sets for the file currently opened by the user.

ZHPF displays the following message for each data set in the file(s) to indicate whether zHPF type I/O can be used for the data set:

M204.2953: File filename dataset_name zHPF capabilities hex_values Supported: - indicator

Where:

  • hex_values represent the existing zHPF capabilities
  • indicator has one of the following values:
    Value Meaning
    YES zHPF is supported for dataset_name in filename.
    NO Hardware or z/OS support for zHPF functionality is insufficient (for example when z/OS runs under VM).
    N/A zHPF support is not available at all at the z/OS or hardware level.

Usage notes

ZHPF is available as of Model 204 Version 7.6.