ZosLibTypeMapping
The ZosLibTypeMapping object represents a single library type mapping. This object can be obtained using the Item property of ZosLibTypeMappings. ZosLibTypeMapping maps a data set name pattern to a library type.
ZosLibTypeMapping Constructor
The following constructor can be used to initialize a new ZosLibTypeMapping object:
ZosLibTypeMapping(
      String dsName,  
      ZosLibType libType  
      ) 
...
Parameters
dsName - Data set name pattern 
ZosLibType - Library type (Standard, Librarian, Panvalet)  
ZosLibTypeMapping Properties
ZosLibTypeMapping exposes the following properties:
| Property | Type | R/W | Description | 
|---|---|---|---|
| DataSetName | String | R | Data set name pattern. | 
| LibType | ZosLibType | R | Library type (Standard, Librarian, Panvalet) | 
ZosLibTypeMapping Examples
Examples of using ZosLibTypeMapping are shown below: