Always in support of the OLD flat file system..seen the need to help roll into 
the MVS--z/OS fold.
But over the years it has become reversed .Problem dealing with the OLD style 
MS/Unix style systems.
And the problem dealing with the OMVS systems locking up and causing the z/OS 
to fail.




-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of 
kekronbekron
Sent: Wednesday, October 28, 2020 10:34 PM
To: [email protected]
Subject: Re: How best to copy all UNIX files one z/OS to another

** EXTERNAL EMAIL - USE CAUTION **


Wondering why no one has suggested the all new USS file/directory dumping 
capability in DFDSS.
I would also run ls -alf in a batch job against all the 'old' mount points to 
get a listing of owners & permissions.
Batch because the output will probably be huge.

See if Co:Z SFTP can help in any way w.r.t managing the transfer process.

- KB

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, October 29, 2020 3:10 AM, Michael Brennan 
<[email protected]> wrote:

> After you get your unix files to the target system, If you need to
> change ownership of all the directories the following will come in handy:
>
> //JS10 EXEC PGM=IKJEFT01
> //SYSTSPRT DD SYSOUT=*
> //SYSTSIN DD *
> BPXBATCH SH chown -R USERID:GROUPID /To_Directory/
>
> Where USERID is the RACF/ACF2/TSS id that you want to be the owner and
> Where GROUPID is the Group you want to be the owner.
>
> ----------------------------------------------------------------------
> ----------------------------------------------------------------------
> ----------------------------------------------------------------------
> ----------------------------------------------------------------------
> ----------------------------------------------------------------------
> -------------------------------
>
> For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN


Email Disclaimer

This E-mail contains confidential information belonging to the sender, which 
may be legally privileged information. This information is intended only for 
the use of the individual or entity addressed above. If you are not the 
intended recipient, or an employee or agent responsible for delivering it to 
the intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or the taking of any action in reliance on the contents of the 
E-mail or attached files is strictly prohibited.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to