enge Beginner
Joined: 12 Oct 2004 Posts: 78 Topics: 39
|
Posted: Mon Feb 19, 2007 4:16 am Post subject: cics security |
|
|
goodmorning to everyone,
i'd like to retrieve informations about the user profiles which are logged on and work in an application cics.
i can explain better:
EXEC CICS QUERY SECURITY
RESTYPE ('PROGRAM')
RESID (WS-PROGRAM)
LOGMESSAGE(WS-LOG)
READ (WS-AUT)
END-EXEC.
IF WS-AUT NOT EQUAL DFHVALUE (READABLE)
etc.etc..
this statement tell me whether i am able to perform anything but not give me a string ("mickey","donald","minnie") from cics which is my profile.
how can i get a string (a "profile") from my user loggen on with CESN?
how can i get a string of all user logged on?
thanks a lot. |
|