Search notes:

SAS: Program compilation - input stack

After submitting a piece of code for execution in a SAS environment, the code first goes to the input stack.
The word scanner then takes one character after another from the input stack and uses them to build tokens.

Index