SASUnit Examples
Version 1.5.0
|
The macro is called from _dependencyJsonBuilder. It iterates through the dependency tree and writes out a .json file to visualize the call hierarchy. More...
Go to the source code of this file.
The macro is called from _dependencyJsonBuilder. It iterates through the dependency tree and writes out a .json file to visualize the call hierarchy.
i_node | Current tree node of this iteration (name of a macro) |
i_dependencies | Data set holding the information for the call hierarchy with columns caller and called |
i_direction | Indicates the direction of the call hierarchy: 0 -> All macros that call a specific macro 1 -> All macros that a specific macro calls |
i_parentList | Used to detect self-referential loops (like A -> B -> A) in every branch of the tree. If a loop is detected the macro return to the parent node. |
Definition in file _dependency_wr.sas.