DISPLAY ZAPS command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
Line 35: Line 35:
<p>Issue a USE command prior to a DISPLAY ZAPS command to direct the output to a destination other than the terminal.</p>
<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>
<li><var>DISPLAY EW</var> is an alias for the <var>DISPLAY ZAPS</var> command.</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>:
<li>Prior to version 7.5 of <var class="product">Model 204</var>:
<ul>
<ul>

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.