Chapter Contents

Previous

Next

SAS Language Elements

The following SAS language elements have been enhanced:


Formats

The following SAS format and informat have been enhanced:

$HEXw. format
converts character values to hexadecimal values. The width range is increased to 1-32767.

$HEXw. informat
converts hexadecimal data to character data. The width range is increased to 1-32767.


Functions and CALL Routines


Macros

The following SAS automatic macro variables are new:

SYSCC
contains the current SAS condition code that SAS returns to OS/2 when you exit SAS.

SYSMAXLONG
returns the maximum long integer value that is allowed under OS/2.


Procedures

The following SAS procedure is no longer supported:
V5TOV6


Statements

The following SAS statements are new:

[IMAGE] SYSTASK
executes, lists, or terminates asynchronous tasks.

[IMAGE] WAITFOR
suspends execution of the current SAS session until the specified tasks finish executing

The following SAS statements have been enhanced:

LIBNAME
associates a libref with a SAS data library, lists file attributes for a SAS data library, and can concatenate libraries. The valid values for the engine-name argument were modified:

New host options for the LIBNAME statement include

FILENAME
associates a SAS fileref with an external file or logical file device. The FILENAME statement now supports wildcard characters.


Commands

The following SAS commands are new:

DLGPAGESETUP
opens the Page Setup dialog box.

WATTENTION
displays the Tasking Manager window which allows you to select which SAS process to terminate.

WAUTOSAVE
controls how often the SAS System automatically saves work from the editor windows.

WEXITSAVE
toggles the Save settings on exit feature.

WHIDECURSOR
toggles hiding the cursor in non-input windows.

[IMAGE] WNAVKEYUNMARK
toggles the setting to unmark text using navigational keys.

WSCREENTIPS
toggles the ScreenTips on and off.


System Options


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.