Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
how to plan and use sysrexx?
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX
Author Message
nevilh

Active User


Joined: 01 Sep 2006
Posts: 158

PostPosted: Tue Jun 22, 2010 3:42 pm    Post subject:
Reply with quote

We had a similar problem on a test system we fixed it with the following
RDEFINE OPERCMDS MVS.MCSOPER.* UACC(NONE)
PERMIT MVS.MCSOPER.* CLASS(OPERCMDS) ID(ANYNAME) ACCESS(READ)
Apparently our user was authorised but the commmand did not run in our address space but in the Console address space or so I was led to believe.
Back to top
View user's profile Send private message
References
Victor Niu

New User


Joined: 11 Mar 2010
Posts: 36
Location: China,Shanghai

PostPosted: Thu Jun 24, 2010 10:25 am    Post subject:
Reply with quote

have a try,the same problem

4 profiles in class opercmds

MVS.DISPLAY.* (G)
MVS.MCSOPER.* (G)
MVS.MODIFY.* (G)
** (G)

my id has alter authorization for the 4 profiles.
Back to top
View user's profile Send private message
nevilh

Active User


Joined: 01 Sep 2006
Posts: 158

PostPosted: Thu Jun 24, 2010 4:09 pm    Post subject:
Reply with quote

If I read the docs correctly (no gurantee) the command will not be issued from your address space so it makes no difference that you are authorised . Can you change the UACC to read or authorise your consoleid for read access on the profiles. If this does not work I have no more ideas....you will have to find someone who understands RACF
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CLIST & REXX All times are GMT + 6 HoursGoto page Previous  1, 2, 3
Page 3 of 3