Previous Topic: Issue Recording CommandsNext Topic: Recording Environment Set Up


Stack Recording Commands (For Advanced Users)

For advanced EPI users, the recording option offers a command stacking feature. This feature lets you issue a series of recording commands from the command line with a single Enter keystroke.

To stack commands

  1. Type the commands on the command line.
  2. Place a separator character such as an exclamation point (!) between the commands.

For example, the following command stack sets a variable called varname, appends a SAY statement using the variable to the end of the EXEC being recorded, and then shows you the revised EXEC in edit mode:

S varname!A SAY 'varname=' varname!E