Adding Reports to the Report Center

Although the Service Architecture provides a set of reports that cover many aspects of monitoring a SAS environment, you might want to add your own reports to the Report Center. Because the reports in the Report Center are produced by stored processes, adding a report involves creating a new stored process and registering it in metadata. You can also create your own reports by copying and modifying existing reports.

Creating a New Report

To create a new report in the Report Center, follow these steps:
  1. Create a stored process to produce the report that you need. Refer to SAS Stored Processes: Developer's Guide for information about creating a stored process.
  2. Log on to SAS Management Console.
  3. In the navigation area, click on the Folders tab.
  4. In the Folders area, open the folder SAS Foldersthen selectProductsthen selectSAS Environment Managerthen selectCustom.
  5. Select Actionsthen selectNewthen selectStored Process to open the New Stored Process wizard.
  6. In the New Stored Process window, specify the name and description of the stored process. In the Keywords area, click New and specify Environment Manager as a new keyword in the Keywords dialog box. You must specify this keyword in order for the report to appear in the Report Center. Click Next when you are finished.
  7. Select the application server that will run the stored process, select the source code repository, and specify the file that contains the stored process. Select both the Stream and Package check boxes in the Result Capabilities area.
  8. Complete the New Stored Process wizard by specifying the stored process parameters, data sources, targets, and authorization. See “Registering the Stored Process Metadata” in SAS Stored Processes: Developer's Guide for more information.
  9. Click Finish to close the wizard and register the stored process. After the stored process is registered, it is available in the Report Center.

Copying and Modifying an Existing Report

To modify a copy of an existing report, follow these steps:
  1. Log on to SAS Management Console.
  2. In the navigation area, click on the Folders tab.
  3. In the Folders area, open the folder that contains the stored process for the report that you want to use. Stored processes for the Report Center reports are located in SAS Foldersthen selectProductsthen selectSAS Environment Manager and SAS Foldersthen selectSystemthen selectApplicationsthen selectSAS Environment Managerthen selectAd Hoc Reporting.
  4. Select the stored process that you want to modify. Select Editthen selectCopy to copy the stored process. Open the folder SAS Foldersthen selectProductsthen selectSAS Environment Managerthen selectCustom and select Editthen selectPaste.
  5. Select Actionsthen selectRename the copy of the stored process that you just created.
  6. Select Filethen selectProperties to open the Properties window for the stored process. Use the fields in the window to modify the stored process and change the source code if needed.
  7. When you are finished modifying the stored process, click OK. The new report produced by the stored process is available in the Report Center.