Note: This task is required.
To use the cross-memory
access method for communication between a
SAS/CONNECT server and user, you must copy the module SASVXMS0 from the SAS load library
data set into an authorized library. You must then rename this module SASVXMS (removing the
0). It is very important that you perform these two tasks in that order.
When SAS/CONNECT software
loads the module SASVXMS, it must find that module to be marked authorized,
re-entrant, and reusable, and to have been loaded from an authorized
library. The version of SASVXMS that was distributed with Version
6 of SAS/SHARE software can be used ONLY with Version 6.
To install the SASVXMS0
load module, perform these tasks:
-
Copy SASVXMS0 into an
authorized link list library.
In a production environment, SAS recommends that you copy the SASVXMS0 module into
an authorized link list library. Alternatively, you can install this module into the
link pack area. You can use any standard utility program to copy the SASVXMS0 module
from your &prefix.LIBRARY data set to your authorized library.
Note: A user abend
984 occurs if the SASVXMS module is not installed in an authorized
library or the library is in a STEPLIB concatenation where one of
the libraries is not authorized
-
After copying SASVXMS0
into the appropriate library, you must rename it. You can use any
standard utility to rename the module.
Rename SASVXMS0 to SASVXMS. Specify the SAS 9.4 Foundation option COMAMID=
XMS.
Note: The XMS access method does
not support communication between a Version 6 SAS session and a SAS/SHARE
9.4 server, nor does it support communication between a SAS 9.4 Foundation
session and a Version 6 SAS/SHARE server. If you want to run SAS/SHARE
9.4 and Version 6 SAS/SHARE software concurrently, you MUST rename
the Version 6 SASVXMS0 module to SASVXMSn and set COMAMID=XMSn in
Version 6.