SASUnit Examples
Version 1.5.0
|
The macro creates two .json files for every macro in the autocall libraries. Based on these .json files the visualization of the call hierarchy is achieved using the D3.js library. The macro takes two data sets (listcalling and dir) created by the macro _crossreference.sas as input. More...
Go to the source code of this file.
The macro creates two .json files for every macro in the autocall libraries. Based on these .json files the visualization of the call hierarchy is achieved using the D3.js library. The macro takes two data sets (listcalling and dir) created by the macro _crossreference.sas as input.
i_dependencies | Data set containing all dependencies with columns caller and called. In the context of SASUnit this will be the data set listcalling. |
i_macroList | A data set with the column membername containing the names of macros in the autocall libraries. For all of these files .json files will be created. |
Definition in file _dependency.sas.