SAVE

Abbreviation

SA

Arguments

None.

Default

None.

Description

The SAVE control stores the current settings of the LIST and GEN controls. Subsequent controls may modify the LIST and GEN settings. The RESTORE control restores previously saved settings. The SAVE control can be nested up to nine times.

NOTE

You may not specify this control on the command line; however, you may use this control any number of times within the source file.

See Also

RESTORE

Example
.
.
.
$SAVE
$INCLUDE(SAMPLE.INC)
$RESTORE
.
.
.