SASUnit Examples  Version 1.5.0
_dependency.sas File Reference

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.

Detailed Description

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.

Version
$Revision: 282 $
Author
$Author: klandwich $
Date
$Date: 2013-11-21 11:32:48 +0100 (DO, 21 Nov 2013) $
See Also
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_dependency.sas $
Parameters
i_dependenciesData set containing all dependencies with columns caller and called. In the context of SASUnit this will be the data set listcalling.
i_macroListA 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.