Problem Note 2883: Unable to read text entered into Find box within DATALISTC/N selection
list window
It might be difficult to read the search value entered into the Find box
if you select the FIND button within the selection list window displayed
by the DATALISTC/N functions in SAS Component Language (SCL).
To circumvent the problem, set your font larger just before invoking the
Datalistc/n window and reset it after you leave. For example, the
following SCL code snippet for PC-based systems sets the font to a size
of 15, invokes the Datalistc function and then resets the font to a size
of 8 after you exit the selection list window:
rc=optsetc('font','Sasfont 15');
name=datalistc(dsid,'name');
rc=optsetc('font','Sasfont 15');
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | SAS/AF | OpenVMS Alpha | 8 TS M0 | 8.1 TS1M0 |
| CMS | 8 TS M0 | 8.1 TS1M0 |
| 64-bit Enabled HP-UX | 8 TS M0 | 8.1 TS1M0 |
| HP-UX | 8 TS M0 | 8.1 TS1M0 |
| ABI+ for Intel Architecture | 8 TS M0 | 8.1 TS1M0 |
| z/OS | 8 TS M0 | 8.1 TS1M0 |
| OS/2 | 8 TS M0 | 8.1 TS1M0 |
| IRIX | 8 TS M0 | 8.1 TS1M0 |
| 64-bit Enabled Solaris | 8 TS M0 | 8.1 TS1M0 |
| Microsoft Windows NT Workstation | 8 TS M0 | 8.1 TS1M0 |
| Microsoft Windows 95/98 | 8 TS M0 | 8.1 TS1M0 |
| OpenVMS VAX | 8 TS M0 | 8.1 TS1M0 |
| Microsoft Windows 2000 Professional | 8 TS M0 | 8.1 TS1M0 |
| Solaris | 8 TS M0 | 8.1 TS1M0 |
| 64-bit Enabled AIX | 8 TS M0 | 8.1 TS1M0 |
| Tru64 UNIX | 8 TS M0 | 8.1 TS1M0 |
| AIX | 8 TS M0 | 8.1 TS1M0 |
*
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.
| Type: | Problem Note |
| Priority: | medium |
| Topic: | SAS Reference ==> SCL (SAS Component Language)
|
| Date Modified: | 2000-07-03 15:15:25 |
| Date Created: | 2000-06-22 14:58:30 |