If you are less concerned with security, grant the NMFTP Monitor user ID READ access to the BPX.SUPERUSER facility.
SET RESOURCE(FAC) COMPILE * $KEY(BPX) TYPE(FAC) SUPERUSER UID(USER1) SERVICE(READ) ALLOW STORE
Note: Instead of using TSO, you can use the ACFBATCH utility in JCL. If you do this, omit the [ACF] and [END] lines.
TSS PER(nmuser) IBMFAC(BPX.SUPERUSER) ACCESS(READ)
PE BPX.SUPERUSER CLASS(FACILITY) ID(nmuser) ACCESS(READ)
| Copyright © 2012 CA. All rights reserved. |
|