dbcreate - Create Database Files

dbcreate [OPTIONS] dataarea [name]

dbcreate creates the specified database files.

Program Option Description
-b or --brief Show only a summary for each file.
-f or --force Allow the creation even if the data area is pending.
-q or --quiet Show only errors.
dataarea The data area for the database files.
name

A list of names of dictionary files, business classes, modules, database spaces, or business class patterns to execute the command against.

Use the prefixes file-, pattern-, space-, or module- to resolve ambiguity. Use prefix- and type- to select files by prefix name or types used. File names can be the long or classic name and can include ? and *. Specifying "!" anywhere in the list will complement the selected files. Specifying @path reads names from the file, one per line. A hyphen ( - ) indicates stdin. Wildcard characters may need to be quoted in the command line or they will be interpreted by the command processor. A :L on a file name selects the lobs table. A :B on a file name selects the base table.