Home

 

Usage notes

 

  1. The resultant values of XCFGNAME and XCFMNAME must either both be blank or both be nonblank.

  2. We can change a storage class only if it is not being used by any queues. To determine whether any queues are using the storage class, we can use the following command:
    DISPLAY QUEUE(*) STGCLASS(ABC) PSID(n)

    where 'ABC' is the name of the storage class, and n is the identifier of the page set that the storage class is associated with.

    This command gives a list of all queues that reference the storage class, and have an active association to page set n, and therefore identifies the queues that are actually preventing the change to the storage class. If you do not specify the PSID, you just get a list of queues that are potentially stopping the change.

    See the DISPLAY QUEUE PSID command on page DISPLAY QUEUE for more information about active association of a queue to a page set.

 

Parent topic:

DEFINE STGCLASS


sc11300_


 

Home