Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
353 views

submit SAS code or macro from Toolbar

Is it possible to allocate a SAS script or macro to a Toolbar button in Base SAS? ie can you 'dm' a macro or sas script?
4
votes
1answer
372 views

SAS DM 'close table'

to open a table in SAS we can use the DM "VT {tablename}" command. What is the equivalent command to CLOSE the viewtable window???
4
votes
7answers
2k views

SAS Display Manager commands

The SAS display manager is a comamnd line interface to the SAS system, which remains in Base SAS as a legacy facility. However the online documentation on how to use this facility is sparse at best, ...
2
votes
1answer
216 views

SAS Command Line shortcut

Is there a shortcut in Base SAS to provide focus to the command-line / display manager bar?
1
vote
3answers
436 views

display list management in actionscript 3 applications

Does anyone have suggestions for a good method to manage the display list in an actionscript 3 project? I'm building an application at the moment and keeping track of all the modules which need to be ...
0
votes
1answer
133 views

How do you make SAS toolbar available to ALL windows?

I am using SAS 9.1 and wish to make my toolbar available regardless of which window is in 'focus' (eg log, editor, output). My code looks like this: libname temp678 "\\MyDrive\Team Autoexec"; dm ...
0
votes
1answer
224 views

Using Toolbar to submit SAS code from Editor

When submitting SAS code via the SAS Toolbar (eg cmjohns response) the compiler knows that the code is being "DM'd" and will not run certain code (eg %window). Is there a way to trick SAS into ...