BookmarkSubscribeRSS Feed
Niller
Calcite | Level 5

Hi

Anyone knows how to change the user interface in SAS 9.2?

1) When opening a data set I would like for "Column names" and not "Column Labels" to show as default.

2) In the explorer when viewing data sets I would like the default setting to be "Name | Size | Modified" and not "Name | Size | Type | Description | Modified"

3) In the explorer when viewing libraries I would like the default setting to be small icons in a column to the left and details to the right (same as pressing the "Toggle details" button once)

Hope the above makes sense

Kind regards,

Niels

4 REPLIES 4
Ksharp
Super User

Are you using EG or single sas in local PC?

options nolabel ;

can suppress label of variable, you can use explore to change the default system option.

About data sets property ,maybe you need to change register of SAS by useing explorer,i am not familiar.

About 'small icons' check out view menu ,there are several way to display the content of library.

Ksharp

Niller
Calcite | Level 5

Thanks for the reply.

Im not using EG, so single SAS (I think - we call it basis SAS) on a local PC.

I would like the labels suppressed without having to run code - it should be as default when I start SAS.

Regarding my question nr 2) I got the columns reordered which SAS remembers by going "view -> reorder columns", but the width of the columns is reset. Also small icons is reset at each SAS startup.

Another related question:

4) I know it is possible to hot key a command that allows you to view last created data set, but how?

/Niels

Tom
Super User Tom
Super User

Are you clicking on icons in the "explorer" window to browse the datasets?

If so then you can get to the settings for Explorer from Tools -> Options -> Explorer from the menu bar.  The explorer window must be active for this menu item to appear.  There are many items.  You can even create your own commands that will be available when you right click on a file icon.

Look at the KEYS function to create your own hot keys.

You can reference the last created dataset with the macro variable SYSLAST.

I usually avoid mice and type the commands on the command line.  So you can type the command:

viewtable &syslast

or

fsbrowse &syslast

ballardw
Super User

Another related question:

4) I know it is possible to hot key a command that allows you to view last created data set, but how?



Go to the KEYS window, probably by pressing the F9 key.

Pick an unused key combination and type (paste doesn't work in the Keys window):

vt _last_ openmode=edit colheading=name

The openmode will allow sorting or direct edits (not recommended most times) if you don't want that don't include it.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1288 views
  • 4 likes
  • 4 in conversation