1 02/15/82  get_process_id_
 2 
 3 
 4 Entry points in get_process_id_:
 5    (List is generated by the help command)
 6 
 7 
 8 :Entry:  get_process_id_:  02/11/82  get_process_id_
 9 
10 
11 Function: returns the 36-bit identifier of the process in which it is
12 called.  The identifier is generated by the system when the process is
13 created.
14 
15 
16 Syntax:
17 declare get_process_id_ entry returns (bit(36));
18 proc_id = get_process_id_ ();
19 
20 
21 Arguments:
22 proc_id
23    contains the 36-bit identifier of the process.  (Output)