DLTPSFCFG (Delete Print Services Facility Configuration) Command Description
DLTPSFCFG Command syntax diagram
Purpose
The Delete Print Services Facility Configuration (DLTPSFCFG) command deletes a PSF configuration from the specified library. If the PSF configuration is found, it is deleted. If the PSF configuration is not found, a message is sent to the user stating that the PSF configuration object could not be found.
Restrictions
- The PSF/400 feature is required to use this command.
- *IOSYSCFG authority is required to use this command.
Required Parameters
- PSFCFG
- Specifies the name and library of the PSF configuration to delete.
The name of the PSF configuration object can be qualified by one of the following library values:
*LIBL: All libraries in the job's library list are searched until the first match is found.
*CURLIB: The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
*USRLIBL: Only the libraries in the user portion of the job's library list are searched.
*ALL: All libraries on the system are searched.
library-name: Specify the name of the library to be searched.
PSF-configuration-name: Specify the name of the PSF configuration object to delete.
Example for DLTPSFCFG
DLTPSFCFG PSFCFG(MYLIB/MYPSFCFG)This command will delete the PSF configuration object (*PSFCFG) named MYPSFCFG in library MYLIB.