Contents SAS/IntrNet 9.1: MDDB Report Viewer Previous Next

Defining the Repository to Application Dispatcher

After you set up the Repository Manager files, you must include the following statements after the PROC APPSRV statement:

    ALLOCATE LIBRARY RPOSMGR 'rposmgr-path' ;
    DATALIBS RPOSMGR;

Contents SAS/IntrNet 9.1: MDDB Report Viewer Previous Next