bdfu1m0cUtilities

ZFCRU DELETE-Delete a Parameter Item

Use this command to selectively delete parameters or to delete a parameter table.

Requirements and Restrictions

Format




Note:
You can also specify optional parameter name DEL in the abbreviated form as shown in the syntax diagram.

name
specifies the parameter table to be deleted.
Note:
You cannot delete a parameter table that is locked to another terminal address.

ADR
deletes file addresses specified by the ADR parameter of the ZFCRU SETUP command.

APL
specifies the application code to be deleted.

FAD
deletes file addresses specified by the FAD parameter of the ZFCRU SETUP command.

REF
specifies the file identifiers (IDs) to be deleted that were set up with the ZFCRU SETUP command and the REF parameter.
Note:
To delete a range of file IDs, you must specify the first file ID in the range.

id
is a 2-character alphanumeric or 4-character hexadecimal file ID.

ALL
specifies all file IDs to be deleted.

RST
specifies all restore parameters to be deleted.

TAP
specifies the tape name to be deleted.

UEX
specifies the user exit to be deleted.

WID
specifies the IDs to be deleted that were set up with the WID parameter of the ZFCRU SETUP command.

Additional Information

You can use the ZFCRU DELETE command while the CRUISE function is processing other parameter tables; that is, the CRUISE function is in active, running (in use), paused, or stopped state.

Examples

The following example shows a parameter table (TABLE2) being deleted.

+--------------------------------------------------------------------------------+
|User:   ZFCRU DELETE-TABLE2                                                     |
|                                                                                |
|System: FCRU0009I 10.32.38 OK TABLE - TABLE2 - DELETED                          |
|                                                                                |
+--------------------------------------------------------------------------------+

In the following example, file ID B075 is deleted from the parameter table (TABLE1).

+--------------------------------------------------------------------------------+
|User:   ZFCRU DELETE REF-B075                                                   |
|                                                                                |
|System: FCRU0000I 10.36.49 MODIFIED                                             |
|        FCRU0000I 10.36.49 PARAMETER TABLE DISPLAY FOR TABLE1                   |
|           FUNCTION                   VER                                       |
|           USABLE ECB START VALUE     33 PCT                                    |
|           SET POOL ADDRESSES IN USE  NO                                        |
|           BUILD STATISTICS           YES                                       |
|           NUMBER OF PRINT MESSAGES   100                                       |
|           OUTPUT ADDRESSES           306919  000000  000000                    |
|           NUMBER OF LOG MESSAGES     ALL                                       |
|        FCRU0000I 10.36.49 END OF DISPLAY                                       |
|                                                                                |
+--------------------------------------------------------------------------------+

References