Create Top Level Elements from Command Line
- Last UpdatedDec 05, 2025
- 1 minute read
-
To create top Level elements, except BLOCKS, run the following command:
NEW <element_type> <element_name> DB <database_name>
The DB keyword is optional, but is useful to direct the top element into a specific databases.
Example—create a new DEPT named MYDEPT in MYTEAM/MYDB database
NEW DEPT /MYDEPT DB MYTEAM/MYDB
See also User Guide Database and Data Management -> Database Management -< Reference Manual -> Database Modification