Yes, I am allowed to su with no complaints -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Mark Zelden Sent: Thursday, April 21, 2016 12:48 PM To: [email protected] Subject: Re: New to RACF
On Thu, 21 Apr 2016 16:01:25 +0000, Tracy Adams <[email protected]> wrote: >I am new to RACF so I apologize for stupid questions... > >I am running a REXX script under USS to clone the HFS/ZFS files from one >system to another. IBM provides a nice sample called copytree in the >/samples/ dir of USS. This utility has run fine for us in the past. Now when >I execute it with the -s flag it generates and error: > >seteuid 0 >Error codes: 0 -1 A4 B7F1C00 >EMVSSAF2ERR: SAF/RACF error > >Dubious nothing has changed in the RACF world and this use to work. The only >thing I can find is that the userid needs acc(read) to bpx.superuser which it >does. Where do I begin to debug this RACF error? > Those codes all seem to point to not having access to bpx.superuser. Can you get into a shell (TSO OMVS) and issue the su command without a failure? From the code copytree code: 'Error codes:' rc retval errno errnojr errno A4 = SAF/RACF error Is that B7F1C00 missing a digit? Best regards , Mark -- Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS ITIL v3 Foundation Certified mailto:[email protected] Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html Systems Programming expert at http://search390.techtarget.com/ateExperts/ ---------------------------------------------------------------------- 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
