dependex - Get Dependencies

 
Captures the dependencies between SAS programs and related data

%dependex(root=root name);

Where Is Type... And represents...
root name C (optional) Dependence diagram root name.  If left blank, dependex will insert information to the first root.
inlib LIBNAME Library referencing the location of the reports, program and data object as defined to the Trialex System.

Details
dependex automates the process of capturing the dependencies between SAS programs, data and reports.  It evaluates the log files of programs defined to the Trialex System and determines the data flow from what has been executed. 

If macros are used in the programs, dependex relies on the use of SAS options MPRINT and MLOGIC to resolve macro variables.  These options needs to be included in the program or else the macro references will not be captured in the dependency diagrams.

Example

libname inlib 'd:\projectx\studyx';

%dependex;

 
     Meta-Xceed Inc.© 2007