Difference between revisions of "CREATE DICTIONARY"

From Lianjapedia
Jump to: navigation, search
(See Also)
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[APPEND FROM]], [[BUILD]], [[COPY DICTIONARY]], [[COPY STRUCTURE]], [[COPY STRUCTURE EXTENDED]], [[COPY]], [[CREATE]], [[CREATE FROM]], [[INSTALL]]
+
[[APPEND FROM]], [[BUILD]], [[COPY DICTIONARY]], [[COPY STRUCTURE]], [[COPY STRUCTURE EXTENDED]], [[COPY]], [[CREATE FROM]], [[INSTALL]]
  
 
==Description==
 
==Description==

Revision as of 12:14, 9 February 2012

Purpose

Create a new applications data dictionary from an xad file

Syntax

CREATE DICTIONARY FROM <.xad file>

See Also

APPEND FROM, BUILD, COPY DICTIONARY, COPY STRUCTURE, COPY STRUCTURE EXTENDED, COPY, CREATE FROM, INSTALL

Description

The CREATE DICTIONARY command is used to create a new dictionary file from an xad file. The <.xad file> is created with the COPY DICTIONARY command.

Example

use accounts
create dictionary from accounts.xad