Chapter Contents

Previous

Next
SAS Companion for the OS/390 Environment

SAS Language Elements


Data Set Options


Functions

The following functions are new.

DINFO
returns specified information about a directory in a partitioned data set (PDS), a partitioned data set extended (PDSE), or UNIX System Services.

DOPEN
opens a directory and returns a directory identifier value.

DOPTNAME
returns information about directory attributes.

DOPTNUM
returns the number of information items available for a directory.

FCLOSE
closes an external file that was opened with FOPEN.

FDELETE
deletes data sets.

FEXIST
verifies the existence of an external file associated with a fileref and returns a value.

FILENAME
assigns or deassigns a fileref for an external file.

FILEREF
verifies that a fileref has been assigned and returns a value.

FILEXIST
verifies the existence of an external file based on its physical filename and returns a value.

FINFO
returns the value of a file information item.

FOPEN
opens an external file and returns a file identifier value.

FOPTNAME
returns the name of an item of information for a file.

FOPTNUM
returns the number of available file information items.

LIBNAME
assigns or deassigns a libref for a SAS data library and returns a value.

MOPEN
opens a file by directory ID and member name and returns either the file identifier or 0.

PATHNAME
returns the physical name of a SAS data library or an external file or returns a blank.

SYSGET
returns the values of a specified host-environment variable.


Procedures

For detailed information on the following changes, see Procedures in the OS/390 Environment.


Statements

FILE
The FILE statement now supports two new options:

LINESIZE=
works with the LRECL= option to specify the maximum number of columns in print files, non-print files, and the SAS log.

PRINT | NOPRINT
specifies whether carriage-control characters are placed in all lines of output that are directed to print files or to the SAS log.

FILENAME
[IMAGE] In SAS Version 8, the FILENAME statement supports the EMAIL device type, which allows you to send electronic mail from within SAS.

[IMAGE] SYSTASK LIST
lists asynchronous tasks.

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


System Options


Windows and Commands

The SAS Explorer windowing environment contains the following host-specific windows, all of which are new since SAS Version 6.09E:

DSINFO
provides information about a cataloged physical file.

FILENAME
displays assigned filerefs and their associated filenames.

FNAME
displays allocated DDnames, their associated data set names, and data set information.

LIBNAME
lists all the libraries that are currently assigned in your SAS session.

MEMLIST
displays a member list for a partitioned data set (PDS) or for a series of partitioned data sets in a concatenation.

New or updated windows of the FORM subsystem include:

IBM 3800 Print-File Parameter Frame
requests IBM 3800 print-file parameters.

TSO Print-File Parameter Frame
requests TSO print-file parameters.

New or updated commands include:

DFLTACTION
simulates a mouse double-click.

DLGENDR
ends the SAS session.

EXPLODE
displays the full length of truncated text entry fields.

INCLUDE
copies the contents of an external file into the current window.

TSO
issues a TSO command or invokes a CLIST or a REXX exec from the command line.

WIDGNEXT
moves the keyboard focus from one widget to the next widget.

WIDGPREV
moves the keyboard focus from one widget to the previous widget.

See Windows and Commands in the OS/390 Environment for information about new commands and the new implementation of the DSINFO, FNAME, and MEMSIZE windows in the SAS Explorer windowing environment.


Chapter Contents

Previous

Next

Top of Page

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