Chapter Contents

Previous

Next
Communications Access Methods for SAS/CONNECT and SAS/SHARE Software

OS/390: XMS Access Method


SAS/SHARE

Client

The following example illustrates the statements that you specify in an OS/390 client configuration file to access a server with the XMS access method:

libname sasdata 'edc.prog2.sasdata' server=share1;

The XMS access method is assumed by default. The LIBNAME statement specifies the data library that is accessed through the server SHARE1.

Note:   XMS is the default access method on the OS/390 platform.  [cautionend]

Server

The following statement is specified in a SAS session on the OS/390 remote host at which you start a server:

proc server id=share1;
run;

The XMS access method is assumed by default, and the server SHARE1 is started on the OS/390 host.

Note:   XMS is the default access method on the OS/390 platform.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

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