1 02/20/85  get_process_authorization_
 2 
 3 
 4 The get_process_authorization_ function returns the process' current
 5 authorization.  This includes the login authorization and any
 6 privileges that have been enabled.
 7 
 8 
 9 Entry points in get_process_authorization_:
10    (List is generated by the help command)
11 
12 
13 :Entry:  get_process_authorization_: 02/20/85 get_process_authorization_
14 
15 
16 Function:
17 returns the process' current authorization.
18 
19 
20 Syntax:
21 declare get_process_authorization_ entry returns (bit(72) aligned);
22 authorization = get_process_authorization_ ();
23 
24 
25 Arguments:
26 authorization
27    is is the current process authorization, including privileges.
28    (Output)