DISPLAY ZAPS command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 26: Line 26:


==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==
<ul>
<ul>

Revision as of 04:23, 4 January 2014

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.

  • 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.