DISPLAY ZAPS command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
<dl>
<dl>
<dt>Privileges
<dt>Privileges
<dd>System administrator
<dd>Any user
<dt>Function
<dt>Function
<dd>Displays the early warnings that have been applied to <var class="product">Model&nbsp;204</var>
<dd>Displays the numbers of the zaps that have been applied to <var class="product">Model&nbsp;204</var>
</dl>
</dl>
==Syntax==
==Syntax==
<p class="syntax"><b>D</b>ISPLAY EW {ALL | <i>n</i>}
<p class="syntax"><b>D</b>ISPLAY ZAPS [ALL | <i>n</i>]
</p>
</p>
   
   
Line 19: Line 20:
<tr>
<tr>
<th><var>ALL</var></th>
<th><var>ALL</var></th>
<td> displays all early warnings.</td>
<td> displays all applied zap numbers.  This is the default option.</td>
</tr>
</tr>
   
   
</table>
</table>
==Example==
==Example==
<p class="code">DISPLAY EW ALL
The following example displays the numbers of all zaps that have been applied:
<p class="code">DISPLAY ZAPS
</p>
</p>
==Usage notes==
==Usage notes==
<p>The DISPLAY EW command displays the early warnings that have been applied to the current <var class="product">Model&nbsp;204</var> ONLINE and BATCH204 modules (z/OS and z/VSE) or Online module or saved segment (z/VM). You can display all early warnings or a particular early warning. The version number of a specific early warning is included in the display.</p>
<ul>
<p>Issue a USE command prior to a DISPLAY EW command to direct the output to a destination other than the terminal.</p>
<li>The DISPLAY ZAPS command displays the numbers of the zaps that have been applied to the current <var class="product">Model&nbsp;204</var> ONLINE and BATCH204 modules (z/OS and z/VSE) or Online module or saved segment (z/VM). You can display all zaps or a particular zap.
[[Category: System administrator commands]]
<p>Issue a USE command prior to a DISPLAY ZAPS command to direct the output to a destination other than the terminal.</p>
</li>
<li>Starting with version 7.5 of <var class="product">Model 204</var>, <var>DISPLAY EW</var> is an alias for the <var>DISPLAY ZAPS</var> command.</li>
<li>Prior to version 7.5 of <var class="product">Model 204</var>:
<ul>
<li>The <var>DISPLAY EW</var> command performed this function.
<li><var>DISPLAY EW</var> required system administrator privileges.
<li>Either an early warning number, or the <var>ALL</var> keyword was required.
</ul>
</ul>
[[Category:Commands]]
[[Category:Commands]]

Latest revision as of 18:53, 10 January 2019

Summary

Privileges
Any user
Function
Displays the numbers of the zaps that have been applied to Model 204

Syntax

DISPLAY ZAPS [ALL | n]

Where:

n is the name of a specific early warning.
ALL displays all applied zap numbers. This is the default option.

Example

The following example displays the numbers of all zaps that have been applied:

DISPLAY ZAPS

Usage notes

  • The DISPLAY ZAPS command displays the numbers of the zaps that have been applied to the current Model 204 ONLINE and BATCH204 modules (z/OS and z/VSE) or Online module or saved segment (z/VM). You can display all zaps or a particular zap.

    Issue a USE command prior to a DISPLAY ZAPS command to direct the output to a destination other than the terminal.

  • Starting with version 7.5 of Model 204, DISPLAY EW is an alias for the DISPLAY ZAPS command.
  • Prior to version 7.5 of Model 204:
    • The DISPLAY EW command performed this function.
    • DISPLAY EW required system administrator privileges.
    • Either an early warning number, or the ALL keyword was required.