To find out what users or groups have access to a certain environment run the following SQL:
select * from sy811/f0093
where llll='<enviornment>'
To find out what environments a user or group has access to run the following SQL:
select * from sy811/f0093
where lluser='<userid>'