CL Command Reference - CHGASPA

CL Command List > CHGASPA Reference

Description:

The Change Auxiliary Storage Pool Attributes (CHGASPA) command allows the user to change attributes that control the behavior of an auxiliary storage pool (ASP).

Restrictions:
. You must have all object (*ALLOBJ) special authority to run this command.


Examples:

Example 1: Change All User ASPs

CHGASPA ASP(*ALLUSR) CPRRCYPCY(*WAIT)

This command changes the compression recovery policy for all user auxiliary storage pools to *WAIT.



Example 2: Change Specific ASPs

CHGASPA ASP(2 5) CPRRCYPCY(*RETRY)

This command changes the compression recovery policy for auxiliary storage pools 2 and 5 to *RETRY.



Example 3: Change Specific ASP Devices

CHGASPA ASPDEV(MYASP1) CPRRCYPCY(*RETRY)

This command changes the compression recovery policy for auxiliary storage pool ASP device MYASP1.