1 02/12/85  dm_user_shutdown
 2 
 3 Syntax as a command:  dm_user_shutdown
 4 
 5 
 6 Function: removes the process invoking it from the current invocation
 7 of the data management system (DMS).
 8 
 9 
10 Notes: All user process references to per-process and per-system data
11 are invalidated to permit subsequent reentry to DMS.  If a transaction
12 is in progress in the process when you issue the command, the DM Daemon
13 (Data_Management.Daemon) rolls it back automatically.
14 
15 Normally all processes using data management are shut down as part of a
16 data management system shutdown, with no explicit user intervention.
17 
18 This command is part of the command level interface to Multics data
19 management.  It is intended for use in a test environment or for
20 debugging purposes.