List the entries that are associated with the current document and replay a histogram.


By using a WHERE expression, the LIST statement lists only entries that are graphs or tables. The LEVELS=ALL option specifies that detailed information on all levels be shown. The ^ symbol represents the current path.


The REPLAY statement replays the Normal#1 entry to all open ODS destinations.


   list ^ (where=(_type_ = 'Graph' or _type_ = 'Table') ) /levels=all;   
   replay univariate#1\Normal_x#1\Normal#1;