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
