IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

CICS Access to RACF


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gurukb

New User


Joined: 17 Jan 2023
Posts: 1
Location: India

PostPosted: Tue Jan 17, 2023 11:23 am
Reply with quote

The ADDRESS ACEE EXEC CICS statement provides a way to access the RACF information of a user via CICS APIs and returns a address pointer where this information is stored, on Mainframe.

As part of application modernization project we are moving from mainframe CICS directly to linux environment. In linux this command is not supported.

I want the following information in linux environment using cobol/cics pogram. Need alternative to ADDRES ACEE command. I cannot use ACEE since it is not supported. please suggest.

ACEEGRPN Group name

ACEECGRP gives the address of the group name table for the user that contains the names of the groups where the user is a member.

ACEEFCGP gives the address of table containing the list of groups this user ID is a member of.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Tue Jan 17, 2023 5:52 pm
Reply with quote

ASSIGN USERID API., Should this work ?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Jan 17, 2023 9:17 pm
Reply with quote

Quote:
As part of application modernization project we are moving from mainframe CICS directly to linux environment.


that's just PHB managerspeak, and the TS fell for it

while the userid concept might apply to a linux environment

unfortunately ...
no RACF on linux
no ACEE on linux
no ACEE* related information on linux

all of this smells like a poorly planned migration icon_cool.gif

the TS should investigate what security manager will be used on linux
and what interfaces will be available

and since this a MAINFRAME forum it inconsiderate and UNHETICAL to ask question about moving away from the mainframe
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Using API Gateway from CICS program CICS 0
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts How to access web services/website? Mainframe Interview Questions 4
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top