View previous topic :: View next topic |
Author |
Message |
singhnarender79 Beginner
Joined: 24 Dec 2002 Posts: 32 Topics: 6 Location: U.K
|
Posted: Mon Jan 20, 2003 7:03 am Post subject: Restricting Users for Accessing the Transaction |
|
|
Hi,
Suppose I have TEN Users and 5 Transaction.
I want to Give 5 users Read Only Access and the other Update Access.
How can i do this at System Level ??? (I mean by using some command and not Hardcoding them in the CICS Code)
Thanks ANd Regards,
Naren _________________ "Hold fast to dreams, for if dreams die, life is a broken winged bird that cannot fly."
-- Langston Hughes |
|
Back to top |
|
|
Manas Biswal Intermediate
Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Mon Jan 20, 2003 7:25 am Post subject: |
|
|
Hi,
Quote: |
I want to Give 5 users Read Only Access and the other Update Access.
|
To what do you want the users to give read only or update access?. To VSAM files or some DBMS. Your solution will depend on that. Suppose, you are speaking about READ-ONLY and UPDATE access to a DB2 table, then that can be done at the database side rather than any CICS command.
Regards,
Manas |
|
Back to top |
|
|
singhnarender79 Beginner
Joined: 24 Dec 2002 Posts: 32 Topics: 6 Location: U.K
|
Posted: Tue Jan 21, 2003 12:38 am Post subject: |
|
|
HI,
Actually i have two same transactions one for displaying and one for modifying (In DB2 tables).
So Suppose 'A' is the user then i want A should have access to only Display transaction and not the Modify transaction.
(Basically i want to restrict 'A' user for using the Modify Trans.)
Can these be done through RACF or can it done through some CICS command (If there are any CICS Command can u tell me what are there ??)
Thanks and Regards,
Naren _________________ "Hold fast to dreams, for if dreams die, life is a broken winged bird that cannot fly."
-- Langston Hughes |
|
Back to top |
|
|
Manas Biswal Intermediate
Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Tue Jan 21, 2003 1:15 am Post subject: |
|
|
Go through the following link which tells about CICS security with respect to restricting access to transactions. It may help you.
http://www.auditserve.com/articles/art_23.htm
Regards,
Manas |
|
Back to top |
|
|
|
|