View previous topic :: View next topic
|
Author |
Message |
gurukb
New User
Joined: 17 Jan 2023 Posts: 1 Location: India
|
|
|
|
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 |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
ASSIGN USERID API., Should this work ? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
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
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 |
|
|
|