Saves the item specified by the option word. Format SAVE option
1 – ENVIRONMENT
Writes out all user-defined languages, placeholders, tokens, aliases, and packages to an environment file. Format SAVE ENVIRONMENT file-spec
1.1 – Qualifiers
1.1.1 /ALL
/ALL (D) Specifies that LSE write all defined items to the environment file.
1.1.2 /NEW
Specifies that LSE write out only those definitions you made during the current editing session. Definitions that were read in from an environment file are not written.
1.2 – Parameter
file-spec Specifies the file to which LSE should write the environment data.
2 – SECTION
Writes the binary form of all current key definitions, learn sequences, and VAXTPU procedures and variables to a section file. This saves processing time when LSE reads the definitions back in. Format SAVE SECTION file-spec
2.1 – Qualifiers
2.1.1 /DEBUG_NAMES
/DEBUG_NAMES (D) /NODEBUG_NAMES Specifies whether VAXTPU procedure parameters or local variable names should be written to the section file.
2.1.2 /IDENT
/IDENT=string Specifies an identifying string for the section file.
2.1.3 /PROCEDURE_NAMES
/PROCEDURE_NAMES (D) /NOPROCEDURE_NAMES Specifies whether VAXTPU procedure names should be written to the section file.
2.2 – Parameter
file-spec Specifies the file to which LSE should write the section data. The default file type is .TPU$SECTION.