You should talk with your security people to learn how to grant this access (if you are permitted to do so - this is restricted many places). What to enter as commands varies between security products and your security people will know the specifics of your system.
Yes.
You should talk with your security people to learn how to grant this access (if you are permitted to do so - this is restricted many places). What to enter as commands varies between security products and your security people will know the specifics of your system.
Try the following command
TSO PE 'HQUAL.*' ID(USERID) ACCESS(READ)
or
TSO PERMIT 'HQUAL.*' ID(USERID) ACCESS(READ)
Here HQUAL is the high level qualifier of the dataset on which you wish to grant access.
USERID: mainframe id of the user to which you wish to grant access