Skip to content

Commit 9b7369d

Browse files
fernandofloresgrexeminAndreMarcel99
authored
[Enabler][zos_data_set] Add support to GDG and special characters. (#1504)
* modified DatasetCreatedError message * Added gdg functions * Created unit test for validating gds relative name * Updated to fail when future gen * Update arg parser * Adding gdg support for zos_data_set * Add escaping function for data set names * Add unit tests for name escaping * Remove calls to escape_data_set_name * renamed tests * Added MVSDataset class * Updated escaped symbols * Updated tests * Added utils * Add changelog * Uncommented test * Updated exception * Updated mvsdataset class * Updated class * Added type * Added gds tests * Testing for special symbols * Added support for MVSDataset class * Added attributes to docs * Updated batch options * Added data set creation to create temp * Added methods to mvsdataset class * Fixed lint issues * fixed temp * fixed raw_name * Added record format to none for vsam * Added fixes * Added repr to module * Added member class * Added latest changes to zos_data_set * Updated with latest errors * Fixing documentation. * Added fragment * Modified docstrings * Added test for data set member * Updated archive * Updated doc * Updated doc * removed print * Set is_gds_active * Updated test * Fixed review comments * Fixed review comments --------- Co-authored-by: Ivan Moreno <[email protected]> Co-authored-by: André Marcel Gutiérrez Benítez <[email protected]>
1 parent 06e86fd commit 9b7369d

File tree

5 files changed

+808
-86
lines changed

5 files changed

+808
-86
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
minor_changes:
2+
- zos_data_set - Added support for GDG and GDS relative name notation to create, delete,
3+
catalog and uncatalog a data set. Added support for data set names with special characters
4+
like $, /#, /- and @.
5+
(https://github.com/ansible-collections/ibm_zos_core/pull/1504).

0 commit comments

Comments
 (0)