How to get RACF information in CICS region
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> CICS and Middleware

#1: How to get RACF information in CICS region Author: brijesh_mca1Location: India PostPosted: Mon Nov 09, 2009 4:27 am
    —
Hello there,

I need to pull details of all the members that are active in CICS region at particular moment. I had partial success and able to fetch RACF ID and User name by inquiring TCT using below command.

EXEC CICS INQUIRE TERMINAL(Term_Name)
USERId( Contains RACF ID )
USERName( Contains User Name )
NEXT


My Question is, from where I can fetch information related to RACF group (Dept ) ?
Many Thanks in Advance

Brijesh

#2:  Author: papadi PostPosted: Mon Nov 09, 2009 3:07 pm
    —
Have you talked with the racf admins?

Most organizations restrict access to the racf data - uhhh - for security. . .

#3:  Author: brijesh_mca1Location: India PostPosted: Thu Nov 12, 2009 12:50 am
    —
Finally got the solution from below link.
http://thecicsguy.wordpress.com/2008/12/01/cics-access-to-racf/.

CICS doesn

#4:  Author: brijesh_mca1Location: India PostPosted: Thu Nov 12, 2009 12:53 am
    —
Now the only constraint is that this commands pulls only the info of user that is invoking this program, the unsolved part is how to get information of other currently active users(info mean their RACF group and Dept).

#5:  Author: Terry_HeinzeLocation: Richfield, MN, USA PostPosted: Thu Nov 12, 2009 8:01 pm
    —
If you are authorized to retrieve this RACF data, fine. If not, unauthorized attempts to access RACF, ACF2, TopSecret, etc. data is cause for termination at many sites.

#6:  Author: papadi PostPosted: Thu Nov 12, 2009 11:19 pm
    —
To repeat:
Quote:
Most organizations restrict access to the racf data - uhhh - for security. . .


As Terry mentioned, make sure you have permission to experiment before it causes a problem.

IMHO - there is no good/business reason for a process running by USER1 to access security info for any other user-id. Why do you believe that you need more than the user id/name?

#7:  Author: brijesh_mca1Location: India PostPosted: Mon Nov 16, 2009 3:07 am
    —
Thanks Terry, Thanks Papadi,

I can understand your concern thanks for that. Actually Its the Business request.

#8:  Author: papadi PostPosted: Mon Nov 16, 2009 2:16 pm
    —
Quote:
Actually Its the Business request.

Lots of things are requested that maybe should not be provided. . .

I would make sure that someone other than the requestor approved - fwiw.



MVSFORUMS.com -> CICS and Middleware


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group