Chapter Contents

Previous

Next
SAS Companion for the OS/2 Environment

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.

For more information on formats, see SAS Formats under OS/2.


Functions and CALL Routines

For more information on functions and call routines, see SAS Functions under OS/2.


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.

For more information on macros, see SAS Macro Facility under OS/2.


Procedures

The following SAS procedure is no longer supported:
V5TOV6

For more information on procedures, see SAS Procedures under OS/2.


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.

For more information on statements, see SAS Statements under OS/2.


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.

For more information on commands, see SAS Commands under OS/2.


System Options

For more information on system options, see SAS System Options under OS/2.


Chapter Contents

Previous

Next

Top of Page

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