z/OS MVS Planning: APPC/MVS Management
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of deleting a class

z/OS MVS Planning: APPC/MVS Management
SA23-1388-00

To delete a class (for example, a test class that is no longer needed), code a parmlib member with the CLASSDEL statement. In the following example, the test class work queue will be purged.

Figure 1. ASCHPM1D
  CLASSDEL
    CLASSNAME(TEST)
    WORKQ(PURGE)
To activate the parmlib member and delete the class, issue this SET command.
  SET ASCH=1D
If you want to see the results of the CLASSDEL, issue the DISPLAY command as follows:
  DISPLAY ASCH,ALL,CLASS=TEST

As long as TPs are running in the class, information about the class is displayed; however, the status of the class changes from ACTIVE to TERMINATING.

Figure 2. DISPLAY command output
   ...

   CLASS=TEST      STATUS=TERMINATING  ACTIVE TRANS=00001  MIN=00001
                   RESPGOAL=0.500000   QUEUED TRANS=00000  MAX=00005
                   DEFAULT=NO          IDLE INITS=00000
    LTPN=FORMAT
                   STATUS=ACTIVE       WUID=A0000029       ASID=0477
                   TPST=STANDARD       USERID=BARRY        QT=*NONE*
                   JOBNAME=FORMAT

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014