Delete PTF Group (QpzDeletePtfGroup) API


  Required Parameter Group:


  Service Program Name: QPZGROUP

  Default Public Authority: *USE

  Threadsafe: No

The Delete PTF Group (QpzDeletePtfGroup) API deletes a PTF group from the system. You can optionally delete all related PTF groups at the same time.


Authorities and Locks

Work with PTF Groups (WRKPTFGRP) command
*USE

Lock conflicts may occur if this API is called while another PTF or PTF group operation is in progress.


Required Parameter Group

PTF group name
INPUT; CHAR(60)

The name or generic name of the PTF group to be deleted. A generic name is a string of one or more characters followed by an asterisk (*). You can use these special values for the PTF group name:


PTF group level
INPUT; BINARY(4)

The level of the PTF group to be deleted. This parameter defaults to all levels when a generic name or *ALL is specified for the PTF group name. Valid values for this parameter are:


Delete related PTF groups
INPUT; CHAR(1)

Whether related PTF groups will be deleted at the time this PTF group is deleted. This parameter defaults to 0 when a generic name or *ALL is specified for the PTF group name. Valid values for this parameter are:


CCSID
INPUT; BINARY(4)

The coded character set ID for the PTF group name. Valid values are 0 through 65533. If a value of 0 is specified, the name is assumed to be in the CCSID of the job.

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages



API introduced: V5R2

[ Back to top | Software Product APIs | APIs by category ]