Skip to content

ZosPrefixMapping

The ZosPrefixMapping object represents a single prefix mapping. This object can be obtained using the Item property of ZosPrefixMappings. ZosPrefixMapping specifies a default data set name prefix based on data set name pattern.

ZosPrefixMapping Constructor

The following constructor can be used to initialize a new ZosPrefixMapping object:

ZosPrefixMapping( 
        String dsName,  
        String prefix  
        )

Parameters

dsName - Data set name pattern

prefix - Data set name prefix

ZosPrefixMapping Properties

ZosPrefixMapping exposes the following properties:

Property Type R/W Description
DataSetName String R Data set name pattern.
Prefix String R Data set name prefix.

...

Back to top