Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The End Disk Reorganization (ENDDSKRGZ) command allows the user to end the disk reorganization function started using the Start Disk Reorganization (STRDSKRGZ) CL command. The user can select to end disk reorganization for all auxiliary storage pools (ASPs) or for one or more specific ASPs. A message is sent to the system history (QHST) log when the reorganization function is ended for each ASP.
Restriction: You must have *ALLOBJ special authority to use this command.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
ASP | ASP number | Single values: *ALL Other values (up to 32 repetitions): 1-32 |
Optional, Positional 1 |
ASPDEV | ASP device | Values (up to 32 repetitions): Name, *ALLAVL | Optional |
Top |
Specifies for which auxiliary storage pools the disk reorganization function is to be ended. A value must be specified for the ASP parameter or the ASPDEV parameter.
Top |
Specifies the name of the auxiliary storage pool (ASP) device for which the disk reorganization is to be ended. A value must be specified for the ASP parameter or the ASPDEV parameter.
Top |
Example 1: Ending Disk Reorganization for ASP 1
ENDDSKRGZ ASP(1)
This command allows the user to end the disk reorganization function for ASP 1.
Example 2: Ending Disk Reorganization for All ASPs
ENDDSKRGZ ASP(*ALL)
This command allows the user to end the reorganization function for each ASP that is currently being reorganized.
Example 3: Ending Disk Reorganization for All ASP Devices
ENDDSKRGZ ASPDEV(*ALLAVL)
This command allows the user to end the reorganization function for each ASP device that is currently being reorganized.
Top |
*ESCAPE Messages
Top |