Previous Page | Next Page

SAS Users, Groups, and Definitions on z/OS

Install the SASCP Module

In addition to creating the necessary users, groups, and ports, to deploy the SAS Intelligence Platform on z/OS, you must also install the SAS 9.2 SASCP module. To install the SAS 9.2 SASCP module, follow these steps:

  1. Download the instsascp.xmit file from the SAS FTP Web site at ftp://ftp.sas.com/techsup/download/mvs/.

  2. Using FTP, transfer the instsascp.xmit file (in binary mode) to your z/OS system.

    You should preallocate the target data set with the following DCB characteristics:

    LRECL=80

    BLKSIZE=3120

    RECFM=FB

  3. Use the following RECEIVE command to create a PDS that will contain the SASCP load module, where sas92.insascp.xmit is the name of the file to which you transferred the instsascp.xmit file, using FTP.

    receive indataset(sas92.insascp.xmit)

    Respond with the name of the target data set to contain the SASCP load module by issuing the following command:

    da(sas92.insascp.load)

  4. Copy the SASCP module to a load library that contains TSO commands.

    This can be a STEPLIB library defined in a LOGON procedure, a system link list library, or a link pack area library.

    For more information about the SASCP module see "Implementing SAS TSO Support" in the Configuration Guide for SAS 9.2 Foundation for z/OS located on the SAS Install Center Web site at http://support.sas.com/idsearch?ct=200000 (search for the document title).

Previous Page | Next Page | Top of Page