Results

By default, every node inherits a basic set of Results. Once a process flow diagram is run, the user can view the Results for a particular node by right-clicking on the node in the process flow diagram and selecting Results. From the Results window, the user can select View from the menu and the following menu items are displayed:
  • Properties
    • Settings
    • Run Status
    • Variables
    • Train Code
    • Notes
  • SAS Results
    • Log
    • Output
    • Flow Code
    • Train Graphs
    • Report Graphs
  • Scoring
    • SAS Code
    • PMML Code
  • Assessment (modeling nodes)
    • Fit Statistics
  • Custom Reports
All nodes report their Results using this structure. Some items are dimmed and unavailable if the node does not perform the function associated with a particular menu item. Some nodes also have additional menu items. These additional menu items are typically generated when you add reports using the %EM_REPORT macro. The macro enables you to specify the contents of a results window created using a registered data set or file. The report can be a simple view of a data table or a more complex graphical view, such as a lattice of plots. By default, these reports are listed under Custom Reports. You can also generate your own menu items using %EM_REPORT. In that case, the report is listed under that new menu item. Examples Using %EM_REPORT are available in the SAS Code node's documentation. When you generate graphs using SAS/GRAPH commands within the Train action, those graphs appear under the menu item Train Graphs. When you generate graphs using SAS/GRAPH commands within the Report action, those graphs appear under the menu item Report Graphs.