1 :Info: mrds.commands.gi: mrds.commands:  1980-05-14  mrds.commands
 2 
 3 List of commands for mrds:
 4 adjust_mrds_db
 5    used to clean up database concurrent access control segment.
 6 create_mrds_db
 7    used to create an unpopulated mrds database.
 8 create_mrds_dm_include
 9    creates include file of declaration for attributes in the database.
10 create_mrds_dm_table
11    creates picture of the relation/attribute definition of the
12    database.
13 create_mrds_dsm
14    used to create a submodel definition for the database.
15 
16 
17 display_mrds_db_access
18    displays the MRDS, Multics, and effective access to relation data.
19 display_mrds_db_population
20    displays the relation population statistics for each relation in
21    users view.
22 display_mrds_db_status
23    displays the open and concurrent access users of the database.
24 display_mrds_db_version
25    displays the version and creation information for a models or
26    submodels.
27 display_mrds_dm
28    displays the data model definition of the database.
29 display_mrds_dsm
30    displays the submodel definition.
31 
32 
33 display_mrds_open_dbs
34    displays the database openings in a users process.
35 display_mrds_scope_settings
36    displays the opening and scope information for the users process.
37 display_mrds_temp_dir
38    displays the directory used for storage during database opening.
39 mrds_call
40    command level interface to the dsl_ subroutine entry points for
41    mrds.
42 quiesce_mrds_db
43    puts the database in a non_active state for dumping, etc.
44 
45 
46 secure_mrds_db
47    controls/displays the security level of a database.
48 set_mrds_temp_dir
49    changes the directory used for database opening storage.
50 unpopulate_mrds_db
51    deletes all data currently stored in a database.
52 update_mrds_db_version
53    updates a database to current functionality.
54 
55 
56 :hcom:
57 /****^  HISTORY COMMENTS:
58   1) change(2020-12-15,GDixon), approve(2021-02-22,MCR10088),
59      audit(2021-05-27,Swenson), install(2021-05-27,MR12.6g-0056):
60       A) Fix errors found by new verify_info command.
61       B) Add name:  mrds.commands.gi.info
62                                                    END HISTORY COMMENTS */