View previous topic :: View next topic |
Author |
Message |
ignich7 Beginner
Joined: 29 Nov 2005 Posts: 14 Topics: 10
|
Posted: Thu Nov 22, 2007 4:57 am Post subject: How to give CEDA authorization for a particular CICS region? |
|
|
How to give CEDA authorization for a particular CICS region?
I gave the CEDA permission by using the following commands.
TSO RDEFINE TCICSTRN CEDA UACC(NONE)
TSO PE CEDA CLASS(TCICSTRN) ID(User_ID) ACCESS(ALTER)
TSO SETR REFRESH GENERIC(TCICSTRN)
TSO SETROPTS RACLIST(TCICSTRN) REFRESH
But it gives the permission to execute CEDA on all the regions that are present in the LPAR. I want to give CEDA permission for only one region and CEDA access should not be there for rest of the regions. How can I do it???
Thanks in advance. _________________ GNANA NICHOLAS.I |
|
Back to top |
|
 |
ar_karthick Beginner
Joined: 19 Dec 2006 Posts: 39 Topics: 20 Location: india
|
Posted: Fri Nov 30, 2007 1:04 pm Post subject: |
|
|
You need to mention applid of that region in the command
For Ex: TSO PE CEDA CLASS(TCICSTRN) applid(XXXXXXXX) ID(User_ID) ACCESS(ALTER).
I hope this will work. _________________ karthick |
|
Back to top |
|
 |
|
|