SAVE EXTENDED EVE
Creates a section file to save key definitions, menu definitions, compiled
procedures, and most global attributes (same as SAVE EXTENDED TPU).
Default file type is .TPU$SECTION.
Examples:
Commands Purpose or Effects
---------------------------------------------------------------------
SET DEFAULT SECTION FILE mysec Sets your default section file as
SAVE EXTENDED EVE MYSEC.TPU$SECTION, and then creates
that section file or a new version
of it.
SAVE EXTENDED EVE newsec Creates a section file named
NEWSEC.TPU$SECTION.
Usage notes:
o If you set a default section file, SAVE EXTENDED EVE does not prompt
you for a section file name---it automatically uses your default (as in
the first example above).
o You use one section file at a time. A section file is cumulative,
saving the current key definitions, menu definitions, global
attributes, and compiled procedures---and any already saved in the
section file you are using. See help on Section Files.
o You can also create a section file by using SAVE ATTRIBUTES or SAVE
SYSTEM ATTRIBUTES, or when you save attributes as part of exiting or
quitting.
Related topics:
Attributes Section Files SET DEFAULT SECTION FILE