System Debug Reference Manual (32650-90888)

Chapter 6 259
System Debug Command Specifications M-X
SYMCLOSE
automatically saved in the STORE file, and is reestablished when this file is restored with
the RESTORE command.
Parameters
MACROS Specifies that macros are to be stored. This keyword can be abbreviated
and entered in uppercase or lowercase.
VARIABLES Specifies that variables are to be stored. This keyword can be abbreviated
and entered in uppercase or lowercase.
filename
The file name where the macros or variables are to be stored.
Examples
$nmdat > store mac savemac
$nmdat > macd @
$nmdat > restore mac savemac
Stores the currently defined macros into the file SAVEMAC. All macros are deleted, then the
RESTORE command is used to restore them all again.
Related command: RESTORE
Related ENV variables : MACROS, VARS and VARS_LOC
Limitations, Restrictions
STORE and RESTORE are currently very version dependent.
If the internal versions of macros, variables, or storage management changes, it may not
be possible to restore from a file that was stored with earlier versions of the STORE
command. An error is generated.
SYMCLOSE
Closes a symbolic data type file that was opened with the SYMOPEN command.
Syntax
SYMCLOSE
symname
Parameters
symname
The symbolic name of the symbolic data type file that was assigned at open
time.