| Features: |
PROC DQLOCLST: OUT= |
loclist in
the work library. The DQSETLOC procedure
specifies the QKB to use. For this example, the QKB is in the /u/saspgs/dynbf/sample directory.
This example prints the result.
options DQSETUPLOC="/dynbf/sample"; proc dqloclst out = work.loclist; run; proc print data=work.loclist; run;