HP 3000 Manuals

ALTER [ DICTIONARY 3000 ] MPE/iX 5.0 Documentation


DICTIONARY 3000

ALTER 

Changes an option used when generating data declarations from the
Dictionary.

Syntax 

     ALTER subcommand 
     A

Use the ALTER command to change the default options for generating data
declarations for the entities extracted from the Dictionary.
The subcommand identifies the option to be changed.  Each ALTER
command-subcommand generates a prompt that allows you to specify how an
option is to be changed, except for the ALTER ALL command-subcommand.
ALTER ALL generates all the prompts which are issued for the other
subcommands.

A complete list of subcommands is given below.

Subcommands 

The following subcommands can be used with the ALTER command:

ALL              changes all the options for code generation.
A

DICT             changes the dictionary to be used for code generation.
D

KIND             changes the kind of declaration statement generated
K                (TYPE or VAR).

NAME             changes the generated code to include string constants
N                for the extracted entities.

OUTPUT           changes the output file.
O

SHIFT            changes the type case of the generated code in the
S                output file.

TEXT             changes the generated code to include comments.
T

VPLUS            changes the generated declarations for a VPLUS form
V                to include PASCAL arrays for data fields in that form.

The following gives a discussion of each of the subcommands used with the
ALTER command and the prompts that they generate.


MPE/iX 5.0 Documentation