Re: Help with USS Process/Cmd

2021-07-28 Thread Paul Gilmartin
On Wed, 28 Jul 2021 14:21:14 -0400, David Spiegel wrote: > >COPYTREE > copytree is a REXX sample >https://www.ibm.com/docs/en/zos/2.4.0?topic=scd-copytree-make-copy-file-hierarchy-while-preserving-all-file-attributes > ... which touts many laudable features: Tolerates errors when setting

Re: Help with USS Process/Cmd

2021-07-28 Thread Ed Jaffe
On 7/28/2021 11:10 AM, Lizette Koehler wrote: What I do not know is how to copy everything (paths etc. ) from /tmppath/path/path1 to /newpath1 I usually position to the source directory (using 'cd') and then issue: pax -rw -peW -XCM . targetdir -- Phoenix Software International Edward E.

Re: Help with USS Process/Cmd

2021-07-28 Thread Carmen Vitullo
The pax command is the way I found to copy from one dir or to another - part of my maint process is to compare old and new etc filesystems, then use the pax command to copy new data without overlaying the old data  from omvs change to the dir you are copying from issue the pax command pax

Re: Help with USS Process/Cmd

2021-07-28 Thread Paul Gilmartin
On Wed, 28 Jul 2021 11:10:06 -0700, Lizette Koehler wrote: > >What I do not know is how to copy everything (paths etc. ) from >/tmppath/path/path1 to /newpath1 > pax?: ( cd /tmppath/path/path1 & pax -w . ) | ( cd /newpath1 & pax -rv ) Options for pax could collapse this to a single

Re: Help with USS Process/Cmd

2021-07-28 Thread David Spiegel
Hi Lizette, COPYTREE https://www.ibm.com/docs/en/zos/2.4.0?topic=scd-copytree-make-copy-file-hierarchy-while-preserving-all-file-attributes Regards, David On 2021-07-28 14:10, Lizette Koehler wrote: Dearest List - I am not well trained in USS, partially because I do not need to do it

Help with USS Process/Cmd

2021-07-28 Thread Lizette Koehler
Dearest List - I am not well trained in USS, partially because I do not need to do it often I have been asked to do the following. I am not sure of the specific command in USS or best way to do it. Any specific examples will be helpful I have mounted on /path a single filesystem