z/OS DFSMS Access Method Services Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Delete a Tape Volume Entry: Example 18

z/OS DFSMS Access Method Services Commands
SC23-6846-01

This example deletes a tape volume entry.
//DELVOL     JOB     ...
//STEP1      EXEC   PGM=IDCAMS
//SYSPRINT   DD     SYSOUT=A
//SYSIN      DD     *
   DELETE (VAL0001) -
             VOLUMEENTRY -
             PURGE
/*
This command's parameters are:
  • VAL0001 is the name of the tape volume entry that is to be deleted. This tape volume entry's volser is AL0001.
  • VOLUMEENTRY specifies that a tape volume entry is to be deleted.
  • PURGE specifies that the volume entry is to be deleted regardless of the expiration date.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014