ansible-collections / ibm_zos_core

Red Hat Ansible Certified Content for IBM Z
75 stars 44 forks source link

[Enabler][module_utils/data_set] Add GDG and GDS name resolve functions. #1467

Closed fernandofloresg closed 2 months ago

fernandofloresg commented 2 months ago
SUMMARY

Adds two new functions to DataSet class, is_gds_relative_name and resolve_gds_absolute_name, the first, given a data set name identifies if it is a GDS relative name. The second one, takes a GDS relative name and resolves its absolute GDG name.

Fixes #1386 Fixes #1264 Fixes #1382

ISSUE TYPE
COMPONENT NAME

module_utils/data_set

ADDITIONAL INFORMATION