PSF for z/OS: Customization
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


APSRMARK control statement parameters (general)

PSF for z/OS: Customization
S550-0427-04

APSRMARK control statement parameters (general)

INDD=DDname
Specifies the name of the input data set to be used when you mark or report resources. The INDD parameter can name either a sequential data set or a partitioned data set. This parameter is required.
MEMBER=name|ALL
This parameter is required for partitioned data sets. Do not specify this parameter for sequential data sets.
name
Specifies that resource marking or resource reporting is to be done for a single member (primary or alias) of a partitioned data set. When resources are marked, both the primary member and its alias are marked unless the primary has been updated or deleted since the alias was generated; in that case, the alias is not updated. An alias whose primary has been updated or deleted can be marked only by specifying the name of the alias and specifying the NEWNAME keyword.
ALL
Specifies that resource marking or resource reporting is to be done for all members of a partitioned data set. When resources are marked, all primary members and aliases whose primaries have not been updated or deleted are marked. Aliases whose primaries have been updated or deleted are not marked. When resources are reported, only primary members are listed. If you specify MEMBER=ALL when marking multiple fonts for printer-resident use or printer capture, the RRID value is used from inside the font character set or the code page. You can also specify MEMBER=ALL with the REPORT parameter.
NEWNAME=name
Specifies a new name for a member of a partitioned data set. This parameter is optional and has meaning only when a specific member is specified by MEMBER=name. The newly named member will be marked and will become a primary member without an associated alias.
OUTDD=DDname
Specifies the DD name of the output data set in which the marked resources are to be placed. You can use the REPLACE parameter to mark resources (or change resource marking) and replace them in the same data set. This parameter is required.
REPLACE
Specifies that existing members of the specified output partitioned data set are to be overwritten (replaced). REPLACE must be specified in order to overwrite members. Use REPLACE to mark resources initially, and then replace them in the same data set. REPLACE is also used to change resource markings. This parameter is optional, and applies only to partitioned data sets.
REPORT
Specifies that a report is to be formatted and printed. The report lists how resources are marked. The INDD and MEMBER parameters determine which resources are reported.
  • INDD specifies the name of the input data set.
  • MEMBER=ALL specifies that resource reporting is to be done on all primary members of a partitioned data set.
  • MEMBER=name specifies that resource reporting is to be done on a single primary or alias member of a partitioned data set.
SHORT|LONG
Specifies which report is formatted and printed when the REPORT parameter is specified:
  • SHORT specifies that a short report is generated. See Figure 61 for an example of a short report.
  • LONG specifies that a long report is generated. This is the default report format. See APSRMARK long report format for an example of a long report.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014