When associating a program to one or several prompts, is it possible to make SAS trigger those prompts only when the program is run in its totality (by right-clicking on it - or on its parent Process Flow - and choosing "Run...")?
This would allow submitting simple lines of code (like %put &someVar;
) from within the program (with F3 or Run Selection) without being bothered by the prompts (which don't impact the results of this type of operation).