Set the path to EXPONENTIAL, list the contents of the EXPONENTIAL file location, select a table, and list the details of the table you selected. The DIR statement changes the current file location to univariate#2\exponential_x\fitteddistributions\exponential. The path univariate#2\exponential_x\fitteddistributions\exponential was obtained from the listing of the WORK.Univ document.


The LIST statement (with no arguments) lists the contents of EXPONENTIAL (see List of the Entries of the Exponential#1 Entry and the Properties of Those Entries). The LIST FITQUANTILES\DETAILS statement specifies that ODS opens the FitQuantiles table and lists its details (see Details of the FitQuantiles#1 Table).


   dir univariate#2\exponential_x\fitteddistributions\exponential; 
   list;
   list fitquantiles/details;
run;