Usage Note 5873: Customizing the data set browser (VIEWTABLE window) for SAS Explorer
By default, when you open a SAS table from the SAS Explorer window by
either selecting Open from the RMB pop-up menu or by double clicking on
the table's icon, the data set will open in browse mode and column
labels are used as column label text. If you wish to customize the
VIEWTABLE window such that the data set is opened in edit mode by
default or so that you see column names for the column label text, you
can specify options on the VIEWTABLE command that is used to display the
data set.
With the SAS Explorer window active, make the pmenu selection Tools ->
Options -> Explorer to open the Explorer Options window. In Version 8,
make sure Members is selected in the selection list at the top of the
window. In SAS 9.1 and beyond, select the tab labeled "Members". Select
Table in the list box of registered types and then click on the Edit
button. Next select the Open action in the list box of actions and then
click on the Edit button. Modify the action command,
VIEWTABLE %8b.'%s'.DATA
and append the appropriate option at the end of the command. For
example, to specify a default open mode of edit, the action command
would be
VIEWTABLE %8b.'%s'.DATA openmode=edit
To specify column names for column label text, the action command would
be
VIEWTABLE %8b.'%s'.DATA colheading=name
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | SAS/AF | Microsoft Windows XP Professional | 8.2 TS2M0 | |
| Microsoft Windows 95/98 | 8 TS M0 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9 TS M0 | |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9 TS M0 | |
| Microsoft Windows Server 2003 Standard Edition | 9 TS M0 | |
| Microsoft Windows 2000 Professional | 8 TS M0 | |
| Microsoft Windows 2000 Server | 8 TS M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9 TS M0 | |
| Solaris | 8 TS M0 | |
| Microsoft Windows 2000 Advanced Server | 8 TS M0 | |
| Microsoft Windows 2000 Datacenter Server | 8 TS M0 | |
| 64-bit Enabled Solaris | 8 TS M0 | |
| Linux | 8.2 TS2M0 | |
| OS/2 | 8 TS M0 | |
| IRIX | 8 TS M0 | |
| ABI+ for Intel Architecture | 8 TS M0 | |
| HP-UX | 8 TS M0 | |
| HP-UX IPF | 9 TS M0 | |
| 64-bit Enabled HP-UX | 8 TS M0 | |
| OpenVMS Alpha | 8 TS M0 | |
| 64-bit Enabled AIX | 8 TS M0 | |
| Microsoft Windows NT Workstation | 8 TS M0 | |
| Tru64 UNIX | 8 TS M0 | |
| AIX | 8 TS M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Date Modified: | 2005-03-23 09:26:31 |
| Date Created: | 2001-09-17 15:42:17 |