Skip to content

Commit c7e4256

Browse files
[Documentation][zos_copy] Document copy behavior of 'SOME.TEST.PDS(*)' as source (#1970)
* Updated docs * Added changelog * Corrected zos_copy
1 parent 744bed4 commit c7e4256

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
trivial:
2+
- zos_copy - Document copy behavior of 'SOME.TEST.PDS(*)' in zos_copy.
3+
(https://github.com/ansible-collections/ibm_zos_core/pull/1970).

plugins/modules/zos_copy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@
322322
- If C(src) is a generation data group (GDG), C(dest) can be another GDG or a USS
323323
directory.
324324
- Wildcards can be used to copy multiple PDS/PDSE members to another
325-
PDS/PDSE.
325+
PDS/PDSE. i.e. Using SOME.TEST.PDS(*) will copy all members from one PDS/E
326+
to another without removing the destination PDS/E.
326327
- Required unless using C(content).
327328
type: str
328329
validate:

0 commit comments

Comments
 (0)